rust/library/std
Thomas de Zeeuw ca9a3c9a9f Make sockaddr_un safe and use copy_nonoverlapping
The creation of libc::sockaddr_un is a safe operation, no need for it to
be unsafe.

This also uses the more performant copy_nonoverlapping instead of an
iterator.
2022-01-27 09:52:59 +01:00
..
benches
primitive_docs
src Make sockaddr_un safe and use copy_nonoverlapping 2022-01-27 09:52:59 +01:00
tests
build.rs
Cargo.toml Update hashbrown to 0.12.0 2022-01-21 17:20:38 +00:00