Crates.io | xssan |
lib.rs | xssan |
version | |
source | src |
created_at | 2025-01-30 15:48:16.804386 |
updated_at | 2025-02-01 20:34:56.113166 |
description | Crate that sanitizes HTML to prevent XSS vulnerabilities. |
homepage | |
repository | |
max_upload_size | |
id | 1536519 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This is dependency free implementation of html sanitization library fully written in rust. Current implementation should by no means be considered as complete and many things may and will change in the future. You may find this crate at crates.io and on github.com.