README.md を更新

This commit is contained in:
centra 2025-07-23 19:51:39 +00:00
parent 0195495271
commit cf4871f1d5

View file

@ -2,6 +2,8 @@
Safe Rust wrapper for the [marisa-trie](https://github.com/s-yata/marisa-trie) C++ library.
※ちなみに、Rustだから雰囲気でSafeとか書いたものの全然Safeではない。バリバリunsafe使用である
marisa-trie is a static and space-efficient trie data structure library. This crate provides safe Rust bindings to the C++ library.
## Installation