Crates.io | write16 |
lib.rs | write16 |
version | 1.0.0 |
source | src |
created_at | 2022-07-18 13:23:21.837277 |
updated_at | 2022-07-18 13:23:21.837277 |
description | A UTF-16 analog of the Write trait |
homepage | https://docs.rs/write16/ |
repository | https://github.com/hsivonen/write16 |
max_upload_size | |
id | 627746 |
size | 22,315 |
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 of Write16
for alloc::vec::Vec
.
smallvec
: An implementation of Write16
for smallvec::SmallVec
arrayvec
: An implementation of Write16
for arrayvec::ArrayVec
The initial release.