Registry / utility / byte-tools

byte-tools

JSON →
library0.3.1rscratesunverified

Bytes related utility functions.

# Cargo.toml [dependencies] byte-tools = "0.3.1"
INSTALL
IMPORT
SIG · BYTE-TOOLS
B
byte-tools
utilityrustv0.3.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.

read_u32_le
use byte_tools::read_u32_le;

Reads a little-endian u32 from a byte slice.

use byte_tools::read_u32_le; fn main() { let bytes = [0x78, 0x56, 0x34, 0x12]; let value = read_u32_le(&bytes); println!("{}", value); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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