cj_common 0.2.0

Collection of common functions used by cubicle-jockey projects
Documentation
[dependencies]

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

[package]
categories = ["encoding", "parsing"]
description = "Collection of common functions used by cubicle-jockey projects"
edition = "2021"
homepage = "https://github.com/cubicle-jockey/cj_common/wiki"
keywords = ["hex", "base64", "range", "bit", "inset"]
license = "MIT OR Apache-2.0"
name = "cj_common"
readme = "README.md"
repository = "https://github.com/cubicle-jockey/cj_common"
resolver = "2"
version = "0.2.0"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"