csv-nose 1.0.2

CSV dialect sniffer using Garcia's Table Uniformity Method
Documentation
1
2
3
4
5
6
7
8
//! Table Uniformity Method (TUM) for CSV dialect detection.

pub mod potential_dialects;
pub mod regexes;
pub mod score;
pub mod table;
pub mod type_detection;
pub mod uniformity;