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,9 +1,10 @@
//! `feature = "array"` Array Virtual Table: https://www.sqlite.org/carray.html
//! `feature = "array"` Array Virtual Table.
//!
//! Note: `rarray`, not `carray` is the name of the table valued function we
//! define.
//!
//! Port of [carray](http://www.sqlite.org/cgi/src/finfo?name=ext/misc/carray.c) C extension.
//! Port of [carray](http://www.sqlite.org/cgi/src/finfo?name=ext/misc/carray.c)
//! C extension: https://www.sqlite.org/carray.html
//!
//! # Example
//!