This commit is contained in:
gwenn
2018-07-15 10:19:18 +02:00
parent 45624dc60b
commit fe64d51422
4 changed files with 69 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
//! CSV Virtual Table
//! CSV Virtual Table.
//!
//! Port of [csv](http://www.sqlite.org/cgi/src/finfo?name=ext/misc/csv.c) C extension.
extern crate csv;
use std::fs::File;