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.
TL;DR: Apache-2.0 OR MIT
Please see the file named COPYRIGHT.
Generated API documentation is available online.
alloc
: An implementation ofWrite16
foralloc::vec::Vec
.smallvec
: An implementation ofWrite16
forsmallvec::SmallVec
arrayvec
: An implementation ofWrite16
forarrayvec::ArrayVec
The initial release.