Registry / utility / slice-dst

slice-dst

JSON →
library1.6.0rscratesunverified

Provides slice-based custom dynamically sized types (DSTs) for Rust.

# Cargo.toml [dependencies] slice-dst = "1.6.0"
INSTALL
IMPORT
SIG · SLICE-DST
S
slice-dst
utilityrustv1.6.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.

SliceWithHeader
use slice_dst::SliceWithHeader;

Create a slice-based DST

use slice_dst::SliceWithHeader; fn main() { let slice = SliceWithHeader::new([1, 2, 3]); println!("Slice DST created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
slice-dst — cargo add slice-dst · libregistry