Docs.rs
zng-txt-0.5.0
zng-txt 0.5.0
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Documentation
Repository
crates.io
Source
Owners
SamRodri
github:zng-ui:owners
Dependencies
serde ^1.0
normal
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate zng_txt
zng_txt
0.5.0
All Items
Sections
Crate
Crate Items
Macros
Structs
Enums
Traits
Crate
zng_txt
Copy item path
Source
Expand description
String type optimized for sharing.
§
Crate
This crate is part of the
zng
project.
Macros
§
formatx
Creates a
Txt
by formatting using the
format_args!
syntax.
Structs
§
Txt
Text string type, can be one of multiple internal representations, mostly optimized for sharing and one for editing.
Enums
§
TxtRepr
Identifies how a
Txt
is currently storing the string data.
Traits
§
ToTxt
A trait for converting a value to a
Txt
.