adts

Crates.ioadts
lib.rsadts
version0.2.0
sourcesrc
created_at2024-04-12 23:41:27.822182
updated_at2024-04-12 23:41:27.822182
descriptionCommon abstract data type traits and implementations
homepagehttps://github.com/andykswong/muds
repositoryhttps://github.com/andykswong/muds
max_upload_size
id1207245
size143,031
Andy K. S. Wong (andykswong)

documentation

https://docs.rs/adts

README

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.

Commit count: 36

cargo fmt