Expand description
SQLer
is a crate helps in building SQL queries using some of Rust syntax via the procedural macro ‘sql’
Macros§
- sql
- Convert Rust token stream to a String SQL Statement and concatenate any variable between curly braces.
Structs§
- XssString
- struct that handle XSS scripts within String.