Docs.rs
quickfind-1.5.6
quickfind 1.5.6
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
0xsecaas
failuresmith
Dependencies
clap ^4.5.48
normal
crossterm ^0.29.0
normal
eyre ^0.6.12
normal
glob ^0.3.3
normal
home ^0.5.11
normal
notify ^6.1.1
normal
opener ^0.8.3
normal
rusqlite ^0.37.0
normal
serde ^1.0.228
normal
signal-hook ^0.3.18
normal
toml ^0.9.7
normal
tui ^0.19.0
normal
walkdir ^2.5.0
normal
Versions
0%
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
Files
quickfind/
lib.rs
1
pub mod
config;
2
pub mod
db;
3
pub mod
indexing;
4
pub mod
query;
5
pub mod
tui;
6
pub mod
watcher;