[dependencies.binf_macros]
version = "1.1.3"
[lib]
name = "binf"
path = "src/lib.rs"
[package]
authors = ["DavidOnTop <me@davidon.top>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A crate that adds utilities for dealing with binary flags"
documentation = "https://docs.rs/binf"
edition = "2021"
license = "MIT"
name = "binf"
readme = "README.md"
repository = "https://git.davidon.top/davidontop/binf.git"
version = "1.1.3"
[[test]]
name = "container"
path = "tests/container.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"