Crates.io | mmdb |
lib.rs | mmdb |
version | 1.1.1 |
source | src |
created_at | 2024-05-28 03:20:22.298683 |
updated_at | 2024-06-28 02:43:51.337475 |
description | A std-collection-like database |
homepage | https://github.com/rust-util-collections/mmdb |
repository | https://github.com/rust-util-collections/mmdb/tree/master/wrappers |
max_upload_size | |
id | 1253935 |
size | 214,597 |
mmdb is a 'std-collection-like' database.
This is a simplified version of vsdb, retaining only the most practical and stable parts.
To view the change log check here.
Vecx
just like Vec
Mapx
just like HashMap
MapxOrd
just like BTreeMap
rocks_backend
, use rocksdb
as the backend database
parity_backend
, use parity-db
as the backend database
msgpack_codec
, use rmp-serde
as the codec
json_codec
, use serde_json
as the codec
compress
, enable compression in the backend database