Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammyne/net-rs
A network crate based on Go's net package
https://github.com/sammyne/net-rs
network rust
Last synced: 19 days ago
JSON representation
A network crate based on Go's net package
- Host: GitHub
- URL: https://github.com/sammyne/net-rs
- Owner: sammyne
- Created: 2020-10-08T03:48:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-25T12:10:57.000Z (about 3 years ago)
- Last Synced: 2024-11-24T06:18:30.560Z (3 months ago)
- Topics: network, rust
- Language: Rust
- Homepage: https://sammyne.github.io/net-rs/net/
- Size: 876 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# net
![master](https://github.com/sammyne/net-rs/workflows/build/badge.svg?branch=master)
[![docs badge](https://img.shields.io/badge/docs-0.1.0-blue)](https://sammyne.github.io/net-rs/net/)
![minimum rustc](https://img.shields.io/badge/rustc-1.46%2B-blue)A net crate implements the same API as the Go's net package.