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

#278 in Network programming

Download history 80117/week @ 2024-03-15 79262/week @ 2024-03-22 77844/week @ 2024-03-29 88332/week @ 2024-04-05 92347/week @ 2024-04-12 84307/week @ 2024-04-19 70482/week @ 2024-04-26 69341/week @ 2024-05-03 82579/week @ 2024-05-10 73828/week @ 2024-05-17 80857/week @ 2024-05-24 82739/week @ 2024-05-31 75936/week @ 2024-06-07 80874/week @ 2024-06-14 86859/week @ 2024-06-21 56784/week @ 2024-06-28

311,700 downloads per month
Used in 368 crates (30 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