csv-query 0.5.0

Make SQL queries on CSV files
Documentation
1
2
3
pub fn string_to_csv_output(data: &str) -> String {
    format!("\"{}\"", data)
}