Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.