pyrpds 0.0.7

Python Wrapper for Rust Persistent Data Structures
Documentation
[dependencies.pyo3]
features = ["extension-module"]
version = "0.9.2"

[dependencies.rpds]
features = ["serde"]
version = "0.7.0"

[lib]
crate-type = ["lib", "cdylib"]
name = "pyrpds"

[package]
authors = ["Akhmed Rakhmati <akhmed.rakhmati@gmail.com>"]
categories = ["data-structures"]
description = "Python Wrapper for Rust Persistent Data Structures"
edition = "2018"
exclude = ["unit_tests"]
homepage = "https://github.com/arakhmat/pyrpds/"
keywords = ["data-structures", "immutable", "persistent", "pyrsistent", "python"]
license-file = "LICENSE"
name = "pyrpds"
readme = "README.md"
repository = "https://github.com/arakhmat/pyrpds/"
version = "0.0.7"