gq-core 0.1.0

Core library for the GQ project. Currently is not intended for use outside of GQ frontends. Breaking changes may occur at any time.
Documentation
1
2
3
4
5
6
7
pub mod data;
pub mod format;
// TODO: split lexer and parser into its own crate? so core is just the logic
// around a constructed query
pub mod lexer;
pub mod parser;
pub mod query;