scdata 0.2.3

High-performance Rust library for constructing sparse single-cell UMI count data with deterministic MatrixMarket export
Documentation
[package]
name = "scdata"
version = "0.2.3"
edition = "2024"

description = "High-performance Rust library for constructing sparse single-cell UMI count data with deterministic MatrixMarket export"

license = "MIT"

documentation = "https://docs.rs/scdata"
repository = "https://github.com/stela2502/scdata"
homepage = "https://github.com/stela2502/scdata"
readme = "README.md"

keywords = ["single-cell", "bioinformatics", "umi", "sparse", "rna-seq"]
categories = ["science", "data-structures"]

[dependencies]
flate2 = "1.1.2"
int_to_str = { package = "stela-int-to-str", version = "0.1.0" }
mapping_info = "0.1.0"
rayon = "1.10.0"
regex = "1.11.1"

[features]
default = []
compare = []