feat: add initial Rust spam detection module with isspam and risspam variants

Implement core spam analysis functions including content cleaning, sentence splitting, capitalized word detection, and forbidden word filtering across three Rust source files with nightly let_chains feature
This commit is contained in:
2024-11-30 19:58:19 +00:00
parent 79e2dc4819
commit c6311b10fe
19 changed files with 417 additions and 0 deletions