From cf4871f1d51697a64199e2d2e1959686855325f4 Mon Sep 17 00:00:00 2001 From: centra
Date: Wed, 23 Jul 2025 19:51:39 +0000 Subject: [PATCH] =?UTF-8?q?README.md=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4212297..0e2f1d1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # marisa-rs -Safe Rust wrapper for the [marisa-trie](https://github.com/s-yata/marisa-trie) C++ library. +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.