Docs.rs
stargaze-0.3.0
stargaze 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
bkataru
Dependencies
anyhow ^1
normal
async-std ^1.13.2
normal
async-trait ^0.1.89
normal
chrono ^0.4
normal
clap ^4.5
normal
directories ^5
normal
fastembed ^4
normal
futures ^0.3.32
normal
fuzzy-matcher ^0.3.7
normal
lru ^0.12
normal
once_cell ^1
normal
rayon ^1.10
normal
redb ^2.2
normal
serde ^1
normal
serde_json ^1
normal
surf ^2.3.2
normal
tiny_http ^0.12
normal
criterion ^0.5
dev
tempfile ^3.13
dev
Versions
49.4%
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
open_db
stargaze
0.3.0
stargaze
Function
open_db
Copy item path
Source
pub fn open_db(path: &
Path
) ->
Result
<
Database
>
Expand description
Open (or create) the redb database at
path
.