1config BR2_PACKAGE_PYTHON_RPDS_PY 2 bool "python-rpds-py" 3 depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS 4 help 5 Python bindings to the Rust rpds crate for persistent 6 data structures. 7 8 https://github.com/crate-py/rpds 9