Registry / utility / sawp-flags

sawp-flags

JSON →
library0.13.1rscratesunverified

BitFlags handling and storage for the SAWP protocol.

# Cargo.toml [dependencies] sawp-flags = "0.13.1"
INSTALL
IMPORT
SIG · SAWP-FLAGS
S
sawp-flags
utilityrustv0.13.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BitFlags
use sawp_flags::BitFlags;

Create and display bit flags.

use sawp_flags::BitFlags; fn main() { let flags = BitFlags::from_bits_truncate(0b1010); println!("{:?}", flags); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
sawp-flags — cargo add sawp-flags · libregistry