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

#431 in Network programming

Download history 108322/week @ 2024-07-21 98037/week @ 2024-07-28 107187/week @ 2024-08-04 116027/week @ 2024-08-11 100674/week @ 2024-08-18 113672/week @ 2024-08-25 120280/week @ 2024-09-01 102891/week @ 2024-09-08 105390/week @ 2024-09-15 111115/week @ 2024-09-22 103019/week @ 2024-09-29 121805/week @ 2024-10-06 117638/week @ 2024-10-13 134054/week @ 2024-10-20 112325/week @ 2024-10-27 123289/week @ 2024-11-03

492,677 downloads per month
Used in 388 crates (26 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

~170KB