Docs.rs
fmt-extra-0.2.1
fmt-extra 0.2.1
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Documentation
Repository
crates.io
Source
Owners
codyps
Dependencies
Versions
71.43%
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
fmt_
extra
0.2.1
All Items
Crate Items
Structs
Crate
fmt_extra
Copy item path
Source
Structs
§
Ascii
Str
A wrapper around anything that dereferences to a byte slice (
[u8]
) that displays it’s contents as a string using rust-like (& c-like) escapes for non ascii characters
CSrcStr
Given a
u8
(bytes) display it as c-style source string with escapes
Hs
A wrapper around anything that dereferences to a byte slice (
[u8]
) that displays it’s contents as a hexidicimal string.
Seperated
Display a given iterator over display-ables using by printing each display-able 1 display-able seperator.
Single
Quoted
Str
Given a str, display it as a posix-shell style single quoted string with no ambiguity.