Toql Rocket

Use Toql with Rocket.

This crate adds:

Add this to your Cargo.toml:

toml [dependencies] toql_rocket = "0.3"

Then enjoy some simplifications in your rocket handlers: ```rust use toql_rocket::prelude::{ToqlQUery, Counted};

[get("/?

pub async fn query( cache: &State, mut conn: Connection, toqlquery: ToqlQuery, //