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

#219 in Network programming

Download history 63079/week @ 2023-11-26 66098/week @ 2023-12-03 62429/week @ 2023-12-10 56686/week @ 2023-12-17 25280/week @ 2023-12-24 45804/week @ 2023-12-31 58263/week @ 2024-01-07 64083/week @ 2024-01-14 70367/week @ 2024-01-21 72390/week @ 2024-01-28 69356/week @ 2024-02-04 76839/week @ 2024-02-11 78921/week @ 2024-02-18 85551/week @ 2024-02-25 88187/week @ 2024-03-03 28564/week @ 2024-03-10

285,446 downloads per month
Used in 318 crates (35 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

~180KB