write16

Crates.iowrite16
lib.rswrite16
version1.0.0
sourcesrc
created_at2022-07-18 13:23:21.837277
updated_at2022-07-18 13:23:21.837277
descriptionA UTF-16 analog of the Write trait
homepagehttps://docs.rs/write16/
repositoryhttps://github.com/hsivonen/write16
max_upload_size
id627746
size22,315
ulms (github:foxford:ulms)

documentation

https://docs.rs/write16/

README

write16

crates.io docs.rs

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.

Commit count: 2

cargo fmt