Add SourireCrypt

Use case-insensitive method to compare game title
This commit is contained in:
2026-04-10 10:11:50 +08:00
parent d11af6fc1b
commit 0eb9de6bd8
5 changed files with 134 additions and 2 deletions

View File

@@ -3,6 +3,8 @@
pub mod bit_stream;
#[cfg(feature = "utils-blowfish")]
pub mod blowfish;
#[cfg(feature = "utils-case-insensitive-string")]
pub mod case_insensitive_string;
pub mod counter;
#[cfg(feature = "utils-crc32")]
pub mod crc32;