8 releases

new 0.2.0 Apr 18, 2024
0.1.6 Apr 5, 2024
0.1.2 Feb 20, 2024

#1990 in Database interfaces

Download history 398/week @ 2024-02-18 88/week @ 2024-02-25 24/week @ 2024-03-03 24/week @ 2024-03-10 11/week @ 2024-03-17 29/week @ 2024-03-24 454/week @ 2024-03-31 52/week @ 2024-04-07

549 downloads per month

MIT license

25KB
653 lines

HTTPQL

github crates.io

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.5–3.5MB
~72K SLoC