ragc-common 0.1.1

Common data structures and utilities for the ragc AGC genome compression library
Documentation
[package]
name = "ragc-common"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
keywords.workspace = true
categories.workspace = true
description = "Common data structures and utilities for the ragc AGC genome compression library"

[dependencies]
# Workspace dependencies
serde = { workspace = true }
bincode = { workspace = true }
ahash = { workspace = true }
hashbrown = { workspace = true }
thiserror = { workspace = true }
anyhow = { workspace = true }
zstd = { workspace = true }

# Direct dependencies
byteorder = "1.5"