xssan

Crates.ioxssan
lib.rsxssan
version
sourcesrc
created_at2025-01-30 15:48:16.804386
updated_at2025-02-01 20:34:56.113166
descriptionCrate that sanitizes HTML to prevent XSS vulnerabilities.
homepage
repository
max_upload_size
id1536519
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`
size0
Martin Navrátil (MartinNav)

documentation

README

xssan(XSS sanitizer)

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.

Commit count: 0

cargo fmt