Registry / utility / writeable

writeable

JSON →
library0.6.3rscratesunverified

A more efficient alternative to fmt::Display for formatting text with zero allocations.

# Cargo.toml [dependencies] writeable = "0.6.3"
INSTALL
IMPORT
SIG · WRITEABLE
W
writeable
utilityrustv0.6.3
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.

Writeable
use writeable::Writeable;

Writes a string using the Writeable trait.

use writeable::Writeable; fn main() { let w = "Hello, world!".to_writeable(); let mut output = String::new(); w.write_to(&mut output).unwrap(); println!("{}", output); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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