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
11
[package]
authors = ["Chris Morgan <rust@chrismorgan.info>"]
categories = ["rust-patterns", "no-std"]
description = "Pretty Unicode code point literals: U+12345 instead of '\\u{12345}'"
edition = "2021"
keywords = ["joke"]
license-file = "COPYING"
name = "u-plus"
repository = "https://git.chrismorgan.info/u-plus"
resolver = "2"
version = "1.0.0"