Docs.rs
fmtbuf-0.1.0
fmtbuf 0.1.0
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
tgockel
Dependencies
Versions
100%
of the crate is documented
Go to latest version
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
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 fmtbuf
Version 0.1.0
All Items
Structs
Functions
?
Crate
fmtbuf
source
·
[
−
]
Expand description
fmtbuf
This library is intended to help write formatted text to fixed buffers.
Structs
WriteBuf
A write buffer pointing to a
&mut [u8]
.
Functions
rfind_utf8_end
Find the end of the last valid UTF-8 code point.