Docs.rs
zng-txt-0.3.0
zng-txt 0.3.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
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
zng_txt
0.3.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
.