An open API service indexing awesome lists of open source software.

https://github.com/shirotech/indexmap_store

Persistent `IndexMap` for Rust. In-memory hash-ordered map plus an append-only WAL on disk. O(1) get / insert / remove / modify, insertion-order iteration, crash-safe torn-tail recovery, automatic compaction. `serde`-generic keys and values.
https://github.com/shirotech/indexmap_store

append-only-log embedded-database indexmap key-value-store persistent-storage rust serde wal

Last synced: 24 days ago
JSON representation

Persistent `IndexMap` for Rust. In-memory hash-ordered map plus an append-only WAL on disk. O(1) get / insert / remove / modify, insertion-order iteration, crash-safe torn-tail recovery, automatic compaction. `serde`-generic keys and values.

Awesome Lists containing this project