Docs.rs
solink-tokio-file-watch-1.1.0
solink-tokio-file-watch 1.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
oguzbilgener
jwalton
Dependencies
notify ^6.1.1
normal
notify-debouncer-mini ^0.4.1
normal
serde ^1.0.203
normal
serde_json ^1.0.140
normal
thiserror ^2.0.12
normal
tokio ^1.38.0
normal
tracing ^0.1.41
normal
trait-variant ^0.1.2
normal
serde_json ^1.0.140
dev
tempfile ^3.19.1
dev
tokio ^1.38.0
dev
tracing-test ^0.2
dev
Versions
22.22%
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
solink_tokio_file_watch/
lib.rs
1
mod
fs_watch;
2
mod
serde_watch;
3
mod
error;
4
5
pub use
error::Error;
6
pub use
serde_watch::
*
;