rpds is a Rust package that provides fully persistent data structures
with structural sharing. pyrdps
is a python wrapper around it.
bash
rustup install nightly
rustup override set nightly
bash
conda env create -f environment.yaml
bash
conda activate pyrpds
maturin build
bash
conda activate pyrpds
pytest