rusqlite/libsqlite3-sys
Thom Chiovoloni 6f6f7ffd9f
Add #[non_exhaustive] to enums that might get new variants. (#673)
This just using them in patterns without a catchall. I left things alone
that seem very unlikely to change (`Value`, `ValueRef`, `DatabaseName`,
etc...). This might help reduce the number of breaking changes we need
(rusqlite is still pre-1.0 so it doesn't really matter that much, but
breaking changes complicate the story around when we can cut releases).
2020-04-06 12:01:39 -07:00
..
bindgen-bindings Restore old bindgen for Diesel 2019-01-06 09:50:35 +01:00
sqlite3 Upgrade bundled SQLite version to 3.31.0. 2020-01-26 12:44:03 -07:00
src Add #[non_exhaustive] to enums that might get new variants. (#673) 2020-04-06 12:01:39 -07:00
.gitignore Build raw sqlite interface as libsqlite3-sys 2015-02-23 20:37:55 -05:00
build.rs Improve CI test coverage (#670) 2020-04-06 10:43:43 -07:00
Cargo.toml Prep for libsqlite3-sys 0.17.2 (#667) 2020-04-06 10:07:55 -07:00
upgrade.sh Upgrade bundled SQLite version to 3.31.0. 2020-01-26 12:44:03 -07:00
wrapper.h Update libsqlite3-sys to run bindgen at build time 2017-02-08 20:40:30 -05:00