mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-25 22:22:27 +08:00
Make the libsqlite3_sys as ffi export pub
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
//! ```
|
//! ```
|
||||||
#![allow(unknown_lints)]
|
#![allow(unknown_lints)]
|
||||||
|
|
||||||
use libsqlite3_sys as ffi;
|
pub use libsqlite3_sys as ffi;
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate bitflags;
|
extern crate bitflags;
|
||||||
|
|||||||
Reference in New Issue
Block a user