rsql_driver_gzip 0.19.0

rsql gzip driver
Documentation
1
2
3
4
5
6
7
#![forbid(unsafe_code)]
#![forbid(clippy::allow_attributes)]
#![deny(clippy::pedantic)]

mod driver;

pub use driver::Driver;