Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/automata-network/net-rs
https://github.com/automata-network/net-rs
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/automata-network/net-rs
- Owner: automata-network
- License: apache-2.0
- Created: 2023-08-22T10:09:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-20T03:01:48.000Z (about 1 year ago)
- Last Synced: 2023-09-20T04:27:05.200Z (about 1 year ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Net Library
[![License](https://img.shields.io/badge/license-Apache-green.svg)](LICENSE)
a unified stream library for Rust that provides seamless integration with both TCP and TLS protocols. Featuring non-blocking operations and DNS caching, net is designed to offer efficient and reliable stream handling for modern network applications.
## Features
* **Unified Stream**: Simplified interface for working with both TCP and TLS streams, promoting code reusability and consistency.
* **Non-Blocking Operations**: Asynchronous support for non-blocking reads and writes, enhancing performance and scalability.
* **DNS Caching**: Efficient handling of domain name resolutions, reducing latency and improving responsiveness.
* **Customizable**: Extensible design allowing for custom implementations and adaptations to specific use cases.