1 unstable release

0.2.0 Apr 12, 2024

#668 in Data structures

Download history 156/week @ 2024-04-07 25/week @ 2024-04-14

181 downloads per month

MIT license

165KB
4K SLoC

adts

license: MIT Crates.io docs.rs build

Overview

adts is a library for abstract data type traits and implementations. Currently its main features are Map implementations, including genindex-based optimized collections.

Install

[dependencies]
adts = "0.2"

Features:

  • std - enables std support. enabled by default.
  • serde - enables serde serialize/deserialize implementations of collections and indices

License

This repository and the code inside it is licensed under the MIT License. Read LICENSE for more information.


lib.rs:

Common collection interfaces and implementations.

Dependencies

~390–640KB
~14K SLoC