Registry / networking / ntex-bytes

ntex-bytes

JSON →
library1.7.0rscratesunverified

Types and traits for working with bytes, forked from the bytes crate for use with the ntex framework.

# Cargo.toml [dependencies] ntex-bytes = "1.7.0"
INSTALL
IMPORT
SIG · NTEX-BYTES
N
ntex-bytes
networkingrustv1.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.

Bytes
use ntex_bytes::Bytes;

Creates a Bytes instance from a static byte slice.

use ntex_bytes::Bytes; fn main() { let b = Bytes::from_static(b"hello"); println!("{:?}", b); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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