toql_derive 0.4.0

Library with derive for toql
Documentation
1
2
3
4
5
#[derive(Clone, Debug)]
pub struct SelectionArg {
    /// Comma seperated file list
    pub fields: String,
}