Crates.io | pyrpds |
lib.rs | pyrpds |
version | 0.0.7 |
source | src |
created_at | 2020-04-20 23:33:00.599351 |
updated_at | 2020-05-15 04:47:50.280477 |
description | Python Wrapper for Rust Persistent Data Structures |
homepage | https://github.com/arakhmat/pyrpds/ |
repository | https://github.com/arakhmat/pyrpds/ |
max_upload_size | |
id | 232355 |
size | 50,959 |
pyrpds
is a library which provides CPython bindings to Rust's rpds library.
The project has 2 goals:
Python API will be exactly the same as pyrsistent API.
pip install pyrpds
Add following lines to Cargo.toml:
[dependencies.pyrpds]
version = "<version>"
rustup install nightly
rustup override set nightly
conda env create -f environment.yaml
conda activate pyrpds
maturin develop
conda activate pyrpds
pytest