shardmap 0.3.1

Sharded embedded in-memory map with optional cache, protocol, and server internals
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# shardmap examples

Run examples from the repository root:

```bash
cargo run -p shardmap --example basic_map
cargo run -p shardmap --example configured_cache
cargo run -p shardmap --example entry_api
cargo run -p shardmap --example mini_feature_flags
cargo run -p shardmap --example prepared_keys_threads
cargo run -p shardmap --example route_inspection
cargo run -p shardmap --example ttl_and_locks
cargo run -p shardmap --example semantic_cache
cargo run -p shardmap --example semantic_ttl
```

These examples are intentionally small. They are meant to show the embedded API
shape for each feature area without requiring a server process.