Crates.io | everything-rs |
lib.rs | everything-rs |
version | 0.1.9 |
source | src |
created_at | 2023-05-07 05:10:07.076054 |
updated_at | 2023-06-25 18:19:15.864502 |
description | Ergonomic wrapper around everything-sys-bindgen for the Everything SDK |
homepage | https://github.com/reedHam/everything-wrapper/tree/master/everything-rs |
repository | https://github.com/reedHam/everything-wrapper/tree/master/everything-rs |
max_upload_size | |
id | 858956 |
size | 128,552 |
This crate provides a safe wrapper around the everything-sys-bindgen
crate.
everything-sys-bindgen
is a rust binding to the Everything SDK that allow IPC communication to the everything service.
The Everything service indexes files on windows and provides a expressive query syntax to search for files.
See the Everything SDK documentation for more information.
See the docs.rs documentation for examples.