rustpix-core 1.0.5

Core traits and types for rustpix pixel detector processing
Documentation
[package]
name = "rustpix-core"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
documentation.workspace = true
description = "Core traits and types for rustpix pixel detector processing"
keywords = ["neutron-imaging", "timepix", "pixel-detector", "scientific"]
categories = ["science", "data-structures"]
readme = "README.md"

[lints]
workspace = true

[dependencies]
thiserror.workspace = true
serde = { workspace = true, optional = true, features = ["derive"] }

[dev-dependencies]
approx.workspace = true

[features]
default = []
serde = ["dep:serde"]