Sans-I/O abstraction layer of std::net
for any async runtime.
Introduction
Sans-I/O abstraction layer of std::net
for any async runtime.
Builtin supports runtimes:
tokio
async-std
smol
Installation
[]
= "0.1"
-
tokio
= { = "0.1", = ["tokio"] }
-
smol
= { = "0.1", = ["smol"] }
-
async-std
= { = "0.1", = ["async-std"] }
License
agnostic-net
is under the terms of both the MIT license and the
Apache License (Version 2.0).
See LICENSE-APACHE, LICENSE-MIT for details.
Copyright (c) 2025 Al Liu.