Docs.rs
maelstrom-linux-0.12.0
maelstrom-linux 0.12.0
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
nfachan
Dependencies
derive_more ^0.99
normal
libc ^0.2
normal
tokio ^1.28
normal
optional
Versions
2.56%
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.12.0
Function
maelstrom_linux
::
dup2
Copy item path
source
ยท
[
−
]
pub fn dup2(from: &impl
AsFd
, to: &impl
AsFd
) ->
Result
<
Fd
,
Errno
>