Import uniquote 3.3.0 upstream upstream/3.3.0
authorDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 8 Mar 2023 03:48:06 +0000 (12:48 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 8 Mar 2023 03:48:06 +0000 (12:48 +0900)
commit73ab8aed9c6328d2a40ec448c2f8ef0514c40f3c
tree87d098bbc2ea95e1f0a31337cf3816d421e7a0f8
Import uniquote 3.3.0
15 files changed:
.cargo_vcs_info.json [new file with mode: 0644]
COPYRIGHT [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
Cargo.toml.orig [new file with mode: 0644]
LICENSE-APACHE [new file with mode: 0644]
LICENSE-MIT [new file with mode: 0644]
LICENSE-THIRD-PARTY [new file with mode: 0644]
README.md [new file with mode: 0644]
src/escape/code_point.rs [new file with mode: 0644]
src/escape/mod.rs [new file with mode: 0644]
src/escape/tables/mod.rs [new file with mode: 0644]
src/escape/tables/unprintable.rs [new file with mode: 0644]
src/formatter.rs [new file with mode: 0644]
src/lib.rs [new file with mode: 0644]
src/quote.rs [new file with mode: 0644]