gelx 0.8.5

Generate fully typed rust code from your gel schema and inline queries.
Documentation
1
2
3
4
5
use gelx::gelx;

fn main() {
	gelx!(example, "select <bool>$0");
}