rust/library/std
Matthias Krüger 18c8d0da64
Rollup merge of #93239 - Thomasdezeeuw:socketaddr_creation, r=m-ou-se
Add os::unix::net::SocketAddr::from_path

Creates a new SocketAddr from a path, supports both regular paths and
abstract namespaces.

Note that `SocketAddr::from_abstract_namespace` could be removed after this as `SocketAddr::unix` also supports abstract namespaces.

Updates #65275
Unblocks https://github.com/tokio-rs/mio/issues/1527

r? `@m-ou-se`
2022-01-28 15:20:23 +01:00
..
benches
primitive_docs
src Rollup merge of #93239 - Thomasdezeeuw:socketaddr_creation, r=m-ou-se 2022-01-28 15:20:23 +01:00
tests
build.rs std: Get the standard library compiling for wasm64 2021-11-10 08:35:42 -08:00
Cargo.toml wasi: update to wasi 0.11.0 2022-01-28 13:27:29 +01:00