1 stable release
1.0.0 | Jul 18, 2022 |
---|
#1448 in Text processing
6,247,723 downloads per month
Used in 30,127 crates
(via icu_normalizer)
10KB
157 lines
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 of Write16
for alloc::vec::Vec
.
smallvec
: An implementation of Write16
for smallvec::SmallVec
arrayvec
: An implementation of Write16
for arrayvec::ArrayVec
Release Notes
1.0.0
The initial release.
lib.rs
:
write16
provides the trait Write16
, which a UTF-16 analog of the
core::fmt::Write
trait (the sink part—not the formatting part).
Dependencies
~34KB