Docs.rs
runc-0.3.0
runc 0.3.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
mxpv
Dependencies
async-trait ^0.1.52
normal
optional
libc ^0.2.112
normal
log ^0.4.2
normal
nix ^0.29
normal
oci-spec ^0.7
normal
os_pipe ^1.1
normal
path-absolutize ^3.0.11
normal
prctl ^1.0.0
normal
serde ^1.0
normal
serde_json ^1.0
normal
tempfile ^3.6
normal
thiserror ^2.0
normal
time ^0.3.29
normal
tokio ^1.26
normal
optional
tokio-pipe ^0.2.10
normal
optional
uuid ^1.0
normal
Versions
33.5%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
abs_path_buf
runc
0.3.0
In runc::
utils
runc
::
utils
Function
abs_
path_
buf
Copy item path
Source
pub fn abs_path_buf<P>(path: P) ->
Result
<
PathBuf
,
Error
>
where P:
AsRef
<
Path
>,