hadris-common 0.0.2

Common types and functions used by Hadris
Documentation
[dependencies.bytemuck]
features = ["derive"]
optional = true
version = "1.22.0"

[dependencies.chrono]
version = "0.4.40"

[dependencies.crc]
version = "3.2.1"

[dependencies.rand]
version = "0.9.0"

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

[features]
bytemuck = ["dep:bytemuck"]
default = ["bytemuck", "std"]
std = []

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

[package]
authors = ["hxyulin"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Common types and functions used by Hadris"
edition = "2024"
license = "MIT"
name = "hadris-common"
readme = "README.md"
repository = "https://github.com/hxyulin/hadris"
resolver = "2"
version = "0.0.2"