ragc-common 0.1.0

Common data structures and utilities for the ragc AGC genome compression library
Documentation
[dependencies.ahash]
version = "0.8"

[dependencies.anyhow]
version = "1.0"

[dependencies.bincode]
version = "1.3"

[dependencies.byteorder]
version = "1.5"

[dependencies.hashbrown]
version = "0.14"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.zstd]
version = "0.13"

[lib]
name = "ragc_common"
path = "src/lib.rs"

[package]
authors = ["Erik Garrison <erik.garrison@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compression", "science"]
description = "Common data structures and utilities for the ragc AGC genome compression library"
documentation = "https://docs.rs/ragc"
edition = "2021"
homepage = "https://github.com/ekg/ragc"
keywords = ["bioinformatics", "genomics", "compression", "agc"]
license = "MIT"
name = "ragc-common"
readme = false
repository = "https://github.com/ekg/ragc"
version = "0.1.0"

[[test]]
name = "test_archive_compat"
path = "tests/test_archive_compat.rs"

[[test]]
name = "test_collection_compat"
path = "tests/test_collection_compat.rs"

[[test]]
name = "test_hash"
path = "tests/test_hash.rs"

[[test]]
name = "test_varint"
path = "tests/test_varint.rs"