trackr 0.3.0

Track changes on a struct as bitflags
Documentation
[dependencies.bitflags]
version = "2"

[dependencies.trackr_derive]
version = "0.3"

[dev-dependencies.bitflags]
version = "2"

[dev-dependencies.trybuild]
features = ["diff"]
version = "1"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Track changes on a struct as bitflags"
edition = "2021"
license = "MIT"
name = "trackr"
readme = false
repository = "https://github.com/jon-zu/trackr"
version = "0.3.0"

[[test]]
name = "01-basic"
path = "tests/01-basic.rs"

[[test]]
name = "tests"
path = "tests/progress.rs"