Registry / utility / tendril

tendril

JSON →
library0.5.0rscratesunverified

Compact buffer/string type for zero-copy parsing

# Cargo.toml [dependencies] tendril = "0.5.0"
INSTALL
IMPORT
SIG · TENDRIL
T
tendril
utilityrustv0.5.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.

Tendril
use tendril::Tendril;

Create and use a Tendril string

use tendril::Tendril; fn main() { let t: Tendril = "hello".into(); println!("Tendril: {}", t); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
tendril — cargo add tendril · libregistry