adts 0.2.0

Common abstract data type traits and implementations
Documentation

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.