ZSync
A zero-dependency, cross-platform async runtime for Rust.
Features
- Zero external dependencies
- Cross-platform (Linux/macOS/Windows)
- Native async I/O (epoll/kqueue/IOCP)
- Efficient task scheduling
- Full TCP support
- Thread-safe executor
Usage
use ;
Requirements
- Rust 1.74 or higher
- Rust 2021 edition
License
Licensed under Apache License, Version 2.0 (LICENSE or http://www.apache.org/licenses/LICENSE-2.0)