mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-29 08:02:30 +08:00
Doc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user