- remove deprecated functions and update to 2018 edition, thanks @dariusc93 (441c36b0)
- use dyn for bare trait object warning in
Error
(db9120f9)
- tests: fix locked error in some multi-threading cases (b40cc5ac)
- UnQLiteVm: Add Clone trait to UnQLiteVm (53b977a4)
- util: warn use to not use
load_mmaped_file
(ded1052e)
- deprecate unqlite-sys and reexport
ffi
andvars
module (86747446)
- implement
Send
andSync
forError
(c3c93972)
- api: document store interface (json via jx9) (276eb35c)
- fix in case of Shared.as_mut_ptr deprecation (5a90c035)
- cursor: fix delete error when reach the last (9664f93d)
- UnQLite: use official name as struct name (65b647e0)
- clippy: fix some clippy warnings (c877df4a)
- unqlite-sys: update dependency to v1.0.0 (9a0a05e2)
- cursor: add key_callback/value_callback method to
Entry
(817ac5da)