Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lokathor/utf16_lit
Lets you make utf16 literals in rust.
https://github.com/lokathor/utf16_lit
rust zlib-license
Last synced: 3 months ago
JSON representation
Lets you make utf16 literals in rust.
- Host: GitHub
- URL: https://github.com/lokathor/utf16_lit
- Owner: Lokathor
- License: zlib
- Created: 2020-03-06T07:03:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-11T17:22:09.000Z (almost 3 years ago)
- Last Synced: 2024-05-09T09:47:44.480Z (8 months ago)
- Topics: rust, zlib-license
- Language: Rust
- Homepage: https://docs.rs/utf16_lit/
- Size: 42 KB
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE-ZLIB.md
Awesome Lists containing this project
README
[![License:Zlib](https://img.shields.io/badge/License-Zlib-brightgreen.svg)](https://opensource.org/licenses/Zlib)
![min-rust](https://img.shields.io/badge/Min%20Rust-1.46-green.svg)
[![crates.io](https://img.shields.io/crates/v/utf16_lit.svg)](https://crates.io/crates/utf16_lit)
[![docs.rs](https://docs.rs/utf16_lit/badge.svg)](https://docs.rs/utf16_lit/)# utf16_lit
Provides a macro_rules to re-encode utf8 to utf16.