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

#1076 in Network programming

Download history 117638/week @ 2024-10-13 134054/week @ 2024-10-20 112322/week @ 2024-10-27 123290/week @ 2024-11-03 106847/week @ 2024-11-10 110657/week @ 2024-11-17 112060/week @ 2024-11-24 109931/week @ 2024-12-01 124904/week @ 2024-12-08 111585/week @ 2024-12-15 42912/week @ 2024-12-22 55118/week @ 2024-12-29 100499/week @ 2025-01-05 125207/week @ 2025-01-12 114698/week @ 2025-01-19 102433/week @ 2025-01-26

447,094 downloads per month
Used in 402 crates (23 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

~155KB