19 releases
| 0.8.0 | Nov 10, 2025 |
|---|---|
| 0.6.1 | Nov 6, 2024 |
| 0.5.1 | Jul 4, 2024 |
| 0.1.2 | Feb 20, 2024 |
#2835 in Database interfaces
33KB
902 lines
HTTPQL
This is the Rust parser for the HTTPQL language.
use httpql::HTTPQL;
pub fn main() {
let query = HTTPQL::parse(r"req.ext.cont:"HELLO"").unwrap();
println("Query is {}", query);
}
Dependencies
~2.3–3.5MB
~67K SLoC