u-plus 1.0.0

Pretty Unicode code point literals: U+12345 instead of '\u{12345}'
1
2
3
4
5
6
7
8
9
10
[package]
name = "u-plus"
version = "1.0.0"
authors = ["Chris Morgan <rust@chrismorgan.info>"]
edition = "2021"
description = "Pretty Unicode code point literals: U+12345 instead of '\\u{12345}'"
repository = "https://git.chrismorgan.info/u-plus"
keywords = ["joke"]
categories = ["rust-patterns", "no-std"]
license-file = "COPYING"