Docs.rs
tauri-plugin-hotswap-0.0.4
tauri-plugin-hotswap 0.0.4
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
denniskribl
Dependencies
base64 ^0.22
normal
dirs ^6
normal
flate2 ^1
normal
log ^0.4
normal
minisign-verify ^0.2
normal
reqwest ^0.12
normal
semver ^1
normal
serde ^1.0
normal
serde_json ^1.0
normal
tar ^0.4
normal
tauri ^2
normal
thiserror ^2
normal
tokio ^1
normal
url ^2
normal
zip ^8
normal
optional
tauri ^2
dev
tempfile ^3
dev
tokio ^1
dev
tauri-plugin ^2
build
reqwest ^0.12
normal
reqwest ^0.12
normal
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
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
Skip to main content
Module error
tauri_
plugin_
hotswap
0.0.4
Module error
Module Items
Enums
Type Aliases
In crate tauri_
plugin_
hotswap
tauri_plugin_hotswap
Module
error
Copy item path
Source
Expand description
Error types returned by the plugin.
Enums
§
Error
Errors returned by the hotswap plugin.
Type Aliases
§
Result
Convenience alias for
Result<T, Error>
.