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

16
crates/u-sort/README.md Normal file
View File

@@ -0,0 +1,16 @@
# Smol UCA
Implementation of [Unicode Collation Algorithm](https://unicode.org/reports/tr10/).
## Todo
- [x] Build fst on build
- [x] Switch to ufst
- [ ] Add benchmarks
## See
- [ziglyph](https://github.com/jecolon/ziglyph/blob/main/src/collator/Collator.zig)
- [pyuca](https://github.com/jtauber/pyuca)
- [collate](https://github.com/tertsdiepraam/collate)
- [UCA Auxiliary Files](http://www.unicode.org/Public/UCA/6.0.0/CollationAuxiliary.html)