Docs.rs
tauri-store-utils-0.1.0
tauri-store-utils 0.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ferreira-tb
Dependencies
futures ^0.3
normal
tauri ^2
normal
thiserror ^2.0
normal
tokio ^1.39
normal
tracing ^0.1
normal
Versions
63.64%
of the crate is documented
Go to latest version
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
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
tauri_
store_
utils
0.1.0
All Items
Crate Items
Structs
Traits
Functions
Crate
tauri_store_utils
Copy item path
Source
Structs
§
Atomic
Option
Naive
Mutex<Option<T>>
wrapper.
Debounce
Debounces a function call.
Throttle
Throttles a function call.
Traits
§
Manager
Ext
Remote
Callable
A dyn compatible trait intended to be used with types like
Debounce
and
Throttle
.
Functions
§
set_
interval
Calls the given function at regular intervals.