We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d4e22 commit 754645cCopy full SHA for 754645c
README.md
@@ -1,10 +1,10 @@
1
# Tiny Clean
2
-A light-weight high-performance string sanitizer with customizable rules.
3
-Prevent xss by dropping in a simple utility to clean your input.
+A light-weight high-performance string sanitizers for common use cases.
4
5
## Features
6
-- Use built in configurations to sanitize HTML, JavaScript, XML, and more.
7
-- Allows for custom rules to define your own encoders.
+- Java Script Encoder
+- Xml Encoder
+- Uri Encoder
8
9
## Usage
10
```Rust
0 commit comments