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 @@
//! Array Virtual Table
//! Array Virtual Table.
//!
//! Port of [carray](http://www.sqlite.org/cgi/src/finfo?name=ext/misc/carray.c) C extension.
use std::default::Default;
use std::os::raw::{c_char, c_int, c_void};