Rename crates

This commit is contained in:
2022-05-24 20:58:27 +02:00
parent 8a8baffba8
commit 9f44196e6c
51 changed files with 2531 additions and 54 deletions

25
crates/u-norm/Cargo.toml Normal file
View File

@@ -0,0 +1,25 @@
[package]
name = "u-norm"
version = "0.1.0"
edition = "2021"
[lib]
bench = false
[[bench]]
name = "bench"
harness = false
[dependencies]
fst = "0.4.7"
tinyvec = { version = "1.6.0", features = ["alloc"] }
u-fst = { path = "../u-fst" }
[build-dependencies]
u-fst = { path = "../u-fst" }
[dev-dependencies]
criterion = "0.3.5"
proptest = "1.0.0"
similar-asserts = "1.2.0"
unicode-normalization = "0.1.19"