You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Thread-safe AnnData-like structure for single-cell genomics data in Rust. Provides controlled mutability, efficient memory management, and flexible data manipulation. Ideal for concurrent bioinformatics applications."
include = [
"**/*.rs",
"Cargo.toml",
]
license-file = "LICENSE.md"
[dependencies]
anyhow = "1.0"
log = "0.4"
ndarray = { version = "0.16.1", features = ["rayon"] }