anndata-rs: A Rust port of the AnnData package
This package provides an alternative implementation of the anndata data format. Currently only a subset of features are implemented.
Key differences:
AnnData is always opened in backed mode and synced.
All elements are lazily loaded (“zero” memory usage).
No views. Subsetting the AnnData will modify the data inplace or make a copy.
For details about the anndata
specification, please go to:
https://anndata.readthedocs.io/en/latest/.