toql_derive 0.4.0

Library with derive for toql
Documentation
1
2
3
4
5
#[derive(Debug)]
pub struct ParamArg {
    pub name: String,
    pub value: String,
}