Clarify that the submodules of rusqlite::vtab are ports (#672)

This commit is contained in:
Thom Chiovoloni
2020-04-06 11:04:45 -07:00
committed by GitHub
parent 0c0d45f714
commit 3196989f0d
3 changed files with 10 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
//! `feature = "csvtab"` CSV Virtual Table: https://www.sqlite.org/csv.html
//! `feature = "csvtab"` CSV Virtual Table.
//!
//! Port of [csv](http://www.sqlite.org/cgi/src/finfo?name=ext/misc/csv.c) C extension.
//! Port of [csv](http://www.sqlite.org/cgi/src/finfo?name=ext/misc/csv.c) C
//! extension: https://www.sqlite.org/csv.html
//!
//! # Example
//!