Docs.rs
maelstrom-linux-0.13.0
maelstrom-linux 0.13.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
nfachan
Dependencies
derive_more ^2
normal
libc ^0.2
normal
tokio ^1.43
normal
optional
Versions
2.64%
of the crate is documented
Platform
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
maelstrom_
linux
0.13.0
maelstrom_linux
Function
dup2
Copy item path
Source
pub fn dup2(from: &impl
AsFd
, to: &impl
AsFd
) ->
Result
<
Fd
,
Errno
>