#collection #list #set #ocaml

fp-collections

用于 Rust 的另一种集合库

3 个版本

0.0.2 2020年7月20日
0.0.1 2020年5月1日
0.0.0 2020年4月29日

#1910 in 数据结构

MIT 许可证

19KB
488

fp-collections

用于 Rust 的函数式集合库

安装

在 Cargo.toml 的依赖项中添加以下内容

fp-collections = "0.0.1"

或者如果您使用 cargo-edit,只需运行

cargo add fp-collections

结构

  • List - OCaml 风格的函数式列表实现
  • Set - 使用 AVL 树的 OCaml 风格的函数式集合实现

无运行时依赖