core-net

Crates.iocore-net
lib.rscore-net
version0.1.0
sourcesrc
created_at2023-03-11 22:49:23.846078
updated_at2023-03-11 22:49:23.846078
descriptionRust core library net module, extracted as stand-alone with all unstable features enabled
homepage
repositoryhttps://github.com/mikedilger/core-net
max_upload_size
id807589
size103,327
Michael Dilger (mikedilger)

documentation

README

core-net

This is a rip of core::net from the Rust language, with stability features removed so you can use the unstable features on the stable compiler.

It was ripped frop this commit 38b96553112dce3de630890701f17d86e265f6ba and may not be up to date.

In order to use these features, you probably will have to std::mem::transmute the types from the actual core library into these types and back. Have fun.

Commit count: 3

cargo fmt