Registry / serialization / scale-bits

scale-bits

JSON →
library0.7.0rscratesunverified

A SCALE compatible representation of a collection of bits.

# Cargo.toml [dependencies] scale-bits = "0.7.0"
INSTALL
IMPORT
SIG · SCALE-BITS
S
scale-bits
serializationrustv0.7.0
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.

Bits
use scale_bits::Bits;

Creates a SCALE-compatible bits collection.

use scale_bits::Bits; fn main() { let bits = Bits::from(vec![true, false, true]); println!("{:?}", bits); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
scale-bits — cargo add scale-bits · libregistry