width_counters 1.0.1

Atomic counters with variable bit widths and customizable atomic ordering
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.paste]
version = "1.0.12"

[dependencies.ron]
optional = true
version = "0.8.0"

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0.162"

[dependencies.strum]
features = ["derive"]
version = "0.24.1"

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

[package]
authors = ["Anwar Hahj Jefferson-George <anwarhahjjeffersongeorge@gmail.com>"]
categories = ["no-std", "rust-patterns", "embedded"]
description = "Atomic counters with variable bit widths and customizable atomic ordering"
edition = "2021"
keywords = ["counter", "atomic", "integer", "width", "ordering"]
license = "MIT OR Apache-2.0"
name = "width_counters"
readme = "README.md"
repository = "https://github.com/anwarhahjjeffersongeorge/width_counters"
version = "1.0.1"
[package.metadata.cargo-sync-rdme.badge]
style = "for-the-badge"

[package.metadata.cargo-sync-rdme.badge.badges-development]
maintenance = true

[package.metadata.cargo-sync-rdme.badge.badges-development.github-actions]
workflows = []

[package.metadata.cargo-sync-rdme.badge.badges-usability]
crates-io = true
docs-rs = true
license = true