To compile use rustc src/sqlite3.rs
or if you have Cargo installed cargo build
.
The interface is currently evolving both along with Rust and as I think of better ways to implement various behaviors. If you have ideas about better behavior for anything in this binding please feel free to open an issue.
These are the brave souls who have kept this project alive in some fashion or another. Note to future maintainers: if you feel you've made significant contributions to the project, do add yourself to the list.
- @linuxfood originally wrote the bindings, then wandered away - 2011
- @kud1ing took over maintainership for quite awhile - 2011-2014
- @lifthrasiir now carries the torch - 2014