small-bwt 0.2.0

BWT construction in small space
Documentation
[[bench]]
harness = false
name = "bench"

[dependencies.anyhow]
version = "1.0"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5.1"

[dev-dependencies.zstd]
version = "0.12"

[package]
authors = ["Shunsuke Kanda (kampersanda) <shnsk.knd@gmail.com>"]
categories = ["algorithms", "text-processing"]
description = "BWT construction in small space"
documentation = "https://docs.rs/small-bwt"
edition = "2021"
homepage = "https://github.com/kampersanda/small-bwt"
keywords = ["compression", "string-processing"]
license = "MIT OR Apache-2.0"
name = "small-bwt"
readme = "README.md"
repository = "https://github.com/kampersanda/small-bwt"
rust-version = "1.60.0"
version = "0.2.0"