1 stable release

1.0.0 Jul 18, 2022

#1167 in Text processing

Download history 882265/week @ 2024-11-17 878236/week @ 2024-11-24 1044542/week @ 2024-12-01 1119239/week @ 2024-12-08 1128715/week @ 2024-12-15 682369/week @ 2024-12-22 802311/week @ 2024-12-29 1279828/week @ 2025-01-05 1413985/week @ 2025-01-12 1409754/week @ 2025-01-19 1469522/week @ 2025-01-26 1638618/week @ 2025-02-02 1689660/week @ 2025-02-09 1841367/week @ 2025-02-16 2334074/week @ 2025-02-23 2321875/week @ 2025-03-02

8,314,600 downloads per month
Used in 30,678 crates (via icu_normalizer)

Apache-2.0 OR MIT

10KB
157 lines

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.


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