Docs.rs
tauri-api-0.7.6
tauri-api 0.7.6
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
nothingismagick
tauri-bot
Dependencies
anyhow ^1.0.34
normal
attohttpc ^0.16.0
normal
clap ^3.0.0-beta.1
normal
optional
dirs-next ^1.0.2
normal
either ^1.6.1
normal
flate2 ^1
normal
http ^0.2
normal
nfd ^0.0.4
normal
notify-rust ^4.0.0
normal
optional
once_cell ^1.4.1
normal
rand ^0.7
normal
semver ^0.11
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_repr ^0.1
normal
tar ^0.4
normal
tauri-dialog ^0.1.0
normal
tauri-utils ^0.5
normal
tempfile ^3
normal
thiserror ^1.0.22
normal
zip ^0.5.8
normal
quickcheck ^0.9.2
dev
quickcheck_macros ^0.9.1
dev
Versions
100%
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
Module tcp
tauri_
api
0.7.6
Module tcp
Module Items
Functions
In crate tauri_
api
tauri_api
Module
tcp
Copy item path
Source
Expand description
TCP ports access API.
Functions
ยง
get_
available_
port
Gets the first available port between 8000 and 9000.
port_
is_
available
Checks if the given port is available to use.