9 releases (5 breaking)

0.6.0 Nov 7, 2021
0.5.0 Dec 3, 2020
0.4.0 Jul 13, 2020
0.3.0 Feb 29, 2020
0.1.0 Mar 22, 2018

#221 in Network programming

Download history 58842/week @ 2024-01-06 63667/week @ 2024-01-13 70388/week @ 2024-01-20 72575/week @ 2024-01-27 69674/week @ 2024-02-03 75060/week @ 2024-02-10 80102/week @ 2024-02-17 84708/week @ 2024-02-24 87650/week @ 2024-03-02 81905/week @ 2024-03-09 81279/week @ 2024-03-16 73352/week @ 2024-03-23 85067/week @ 2024-03-30 90797/week @ 2024-04-06 90602/week @ 2024-04-13 69023/week @ 2024-04-20

343,334 downloads per month
Used in 341 crates (33 directly)

MIT license

170KB
3K SLoC

no-std-net

Rust's std::net except without the std.


lib.rs:

Networking primitives for TCP/UDP communication.

This module provides networking functionality for the Transmission Control and User Datagram Protocols, as well as types for IP and socket addresses. It has been ported from std::net to remove the dependency on std.

This crate is a WIP, issues, feedback and PRs are welcome as long as they follow the theme of "std::net" clone.

Organization

Dependencies

~175KB