Sha256: ea27b433d28b9f0bc411147079740bd28c45bcf80c0f70698a3cf6432ba3046b
Contents?: true
Size: 845 Bytes
Versions: 3
Compression:
Stored size: 845 Bytes
Contents
# write16 [![crates.io](https://img.shields.io/crates/v/write16.svg)](https://crates.io/crates/write16) [![docs.rs](https://docs.rs/write16/badge.svg)](https://docs.rs/write16/) `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](https://github.com/hsivonen/write16/blob/master/COPYRIGHT). ## Documentation Generated [API documentation](https://docs.rs/write16/) 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.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
wasmtime-29.0.0 | ./ext/cargo-vendor/write16-1.0.0/README.md |
wasmtime-28.0.0 | ./ext/cargo-vendor/write16-1.0.0/README.md |
wasmtime-27.0.0 | ./ext/cargo-vendor/write16-1.0.0/README.md |