Docs.rs
heim-runtime-0.1.0-rc.1
heim-runtime 0.1.0-rc.1
Docs.rs crate page
Apache-2.0 OR MIT
Links
Repository
crates.io
Source
Owners
svartalf
Dependencies
futures ~0.3
normal
futures-timer ~3.0
normal
once_cell ~1.5
normal
smol ~1.2
normal
rusty-fork ^0.3.0
dev
version-sync ^0.9
dev
Versions
35.29%
of the crate is documented
Go to latest stable release
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
heim_runtime
::
fs
?
[
−
]
[src]
Function
heim_runtime
::
fs
::
path_exists
pub async fn path_exists<T>(path: T) ->
bool
where
T:
AsRef
<
Path
> +
Send
+ 'static,