1 2 3 4 5 6 7 8
#![feature(associated_types)] #![crate_name = "simple_csv"] #![experimental] pub use reader::SimpleCsvReader; pub mod reader;