encode_unicode

Alternative and extension to to the unstable char.encode_utf8() and char.encode_utf16().

The goal was to fill in those methods for stable via a trait, but that didn't work since the methods already exist; they're just un-callable.

Contains:

Feature flags:

(both require nightly) * ascii: Implement AsciiExt and integrate with ascii::Ascii. * clippy: Get extra warnings, see lib.rs for why I haven't fixed or allow()ed them.

The unit tests only work on nightly since they use encode_utf{8,16}() as a reference.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.