Vendored version of write16 from crates.io
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| COPYRIGHT | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
write16
write16 provides the trait Write16, which a UTF-16 analog of the
core::fmt::Write trait (the sink part—not the formatting part).
This is a no_std crate.
Licensing
TL;DR: Apache-2.0 OR MIT
Please see the file named COPYRIGHT.
Documentation
Generated API documentation is available online.
Features
alloc: An implementation ofWrite16foralloc::vec::Vec.smallvec: An implementation ofWrite16forsmallvec::SmallVecarrayvec: An implementation ofWrite16forarrayvec::ArrayVec
Release Notes
1.0.0
The initial release.