mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-06-27 14:01:33 +00:00
Initialize the project
This commit is contained in:
6
src/lib.rs
Normal file
6
src/lib.rs
Normal file
@ -0,0 +1,6 @@
|
||||
extern crate libc;
|
||||
extern crate sqlite3_sys as raw;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
}
|
Reference in New Issue
Block a user