entity-inmemory

Provides a custom inmemory database on top of entity that leverages a mixture of std::collections::HashMap to maintain the entities.

Example

```rust use entity_inmemory::InmemoryDatabase;

let db = InmemoryDatabase::default(); ```

Feature Flags

Entity provides a few feature flags: