15 releases (5 breaking)
new 0.6.1 | Nov 6, 2024 |
---|---|
0.6.0 | Aug 4, 2024 |
0.5.1 | Jul 4, 2024 |
0.4.1 | Jun 14, 2024 |
0.1.2 | Feb 20, 2024 |
#1710 in Database interfaces
32 downloads per month
33KB
890 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.4–3.5MB
~70K SLoC