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

#1097 in Network programming

Download history 108601/week @ 2024-11-08 111357/week @ 2024-11-15 111587/week @ 2024-11-22 111057/week @ 2024-11-29 120447/week @ 2024-12-06 116176/week @ 2024-12-13 54167/week @ 2024-12-20 47841/week @ 2024-12-27 95918/week @ 2025-01-03 118842/week @ 2025-01-10 115764/week @ 2025-01-17 112757/week @ 2025-01-24 116627/week @ 2025-01-31 122876/week @ 2025-02-07 54181/week @ 2025-02-14

312,706 downloads per month
Used in 430 crates (21 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

~150KB