#net #unstable #sockets #standalone #stable #ip #transmute

core-net

Rust core library net module, extracted as stand-alone with all unstable features enabled

1 unstable release

0.1.0 Mar 11, 2023

#12 in #transmute

Download history 11/week @ 2023-12-12 2/week @ 2023-12-19 14/week @ 2023-12-26 264/week @ 2024-01-02 428/week @ 2024-01-09 175/week @ 2024-01-16 337/week @ 2024-01-23 419/week @ 2024-01-30 465/week @ 2024-02-06 664/week @ 2024-02-13 832/week @ 2024-02-20 1187/week @ 2024-02-27 394/week @ 2024-03-05 372/week @ 2024-03-12 455/week @ 2024-03-19 739/week @ 2024-03-26

2,007 downloads per month
Used in 5 crates (2 directly)

MIT/Apache

105KB
1K SLoC

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.


lib.rs:

Networking primitives for IP communication.

This module provides types for IP and socket addresses.

Organization

No runtime deps