Docs.rs
rusqlite-0.32.1
rusqlite 0.32.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
thomcc
gwenn
Dependencies
bitflags ^2.6.0
normal
chrono ^0.4.38
normal
optional
csv ^1.1
normal
optional
fallible-iterator ^0.3
normal
fallible-streaming-iterator ^0.1
normal
hashlink ^0.9
normal
libsqlite3-sys ^0.30.1
normal
rusqlite-macros ^0.3.0
normal
optional
serde_json ^1.0
normal
optional
smallvec ^1.6.1
normal
time ^0.3.36
normal
optional
url ^2.1
normal
optional
uuid ^1.0
normal
optional
bencher ^0.1
dev
doc-comment ^0.3
dev
lazy_static ^1.4
dev
regex ^1.5.5
dev
tempfile ^3.1.0
dev
unicase ^2.6.0
dev
uuid ^1.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rusqlite
0.32.1
Constant
rusqlite
::
TEMP_DB
Copy item path
source
ยท
[
−
]
pub const TEMP_DB:
DatabaseName
<'static>;
Expand description
Shorthand for
DatabaseName::Temp
.