This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
library
/
std
History
hyd-dev
a2526b416f
Use
rtassert!
instead of
assert!
from the child process after fork() in std::sys::unix::process::Command::spawn()
...
`assert!` panics on failure, which is not signal-safe.
2020-09-29 15:16:46 +08:00
..
benches
…
src
Use
rtassert!
instead of
assert!
from the child process after fork() in std::sys::unix::process::Command::spawn()
2020-09-29 15:16:46 +08:00
tests
…
build.rs
Remove duplicated library links between std and libc
2020-09-21 01:37:15 -07:00
Cargo.toml
Use IOV_MAX and UIO_MAXIOV constants in limit vectored I/O
2020-09-10 16:27:28 +02:00