Crates.io | adts |
lib.rs | adts |
version | 0.2.0 |
source | src |
created_at | 2024-04-12 23:41:27.822182 |
updated_at | 2024-04-12 23:41:27.822182 |
description | Common abstract data type traits and implementations |
homepage | https://github.com/andykswong/muds |
repository | https://github.com/andykswong/muds |
max_upload_size | |
id | 1207245 |
size | 143,031 |
adts
is a library for abstract data type traits and implementations. Currently its main features are Map implementations, including genindex-based optimized collections.
[dependencies]
adts = "0.2"
Features:
std
- enables std
support. enabled by default.serde
- enables serde
serialize/deserialize implementations of collections and indicesThis repository and the code inside it is licensed under the MIT License. Read LICENSE for more information.