Docs.rs
walletkit-sqlite-0.23.0
walletkit-sqlite 0.23.0
Docs.rs crate page
MIT
17 September 2026
Links
Homepage
Repository
crates.io
Source
Owners
paolodamico
github:worldcoin:protocol
Dependencies
hex ^0.4
normal
secrecy ^0.10
normal
zeroize ^1
normal
tempfile ^3
dev
cc ^1
build
sha2 ^0.10
build
zip ^2
build
sqlite-wasm-rs =0.5.5
normal
sqlite-wasm-vfs =0.2.0
normal
wasm-bindgen-test =0.3.76
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module error
walletkit_
sqlite
0.23.0
Module error
Module Items
Structs
Type Aliases
In crate walletkit_
sqlite
walletkit_sqlite
Module
error
Copy item path
Source
Expand description
Error types for the safe
SQLite
wrapper.
Structs
§
Error
Error returned by database operations.
Error
Code
Error code returned by
SQLite
operations.
Type Aliases
§
DbResult
Result alias for
Error
.