1 stable release

1.0.0 Jul 18, 2022

#1209 in Text processing

Download history 9509/week @ 2024-01-03 9048/week @ 2024-01-10 8812/week @ 2024-01-17 9424/week @ 2024-01-24 10690/week @ 2024-01-31 9503/week @ 2024-02-07 10665/week @ 2024-02-14 12543/week @ 2024-02-21 10173/week @ 2024-02-28 13160/week @ 2024-03-06 13773/week @ 2024-03-13 13219/week @ 2024-03-20 12143/week @ 2024-03-27 11562/week @ 2024-04-03 16003/week @ 2024-04-10 15334/week @ 2024-04-17

57,962 downloads per month
Used in 39 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

~35KB