1 stable release

1.0.0 Jul 18, 2022

#1448 in Text processing

Download history 272645/week @ 2024-10-30 758276/week @ 2024-11-06 870171/week @ 2024-11-13 904560/week @ 2024-11-20 929914/week @ 2024-11-27 1066456/week @ 2024-12-04 1132372/week @ 2024-12-11 975386/week @ 2024-12-18 684258/week @ 2024-12-25 969423/week @ 2025-01-01 1379584/week @ 2025-01-08 1410766/week @ 2025-01-15 1423096/week @ 2025-01-22 1533553/week @ 2025-01-29 1668770/week @ 2025-02-05 1371654/week @ 2025-02-12

6,247,723 downloads per month
Used in 30,127 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