Crates.io | agnostic-net |
lib.rs | agnostic-net |
version | 0.2.3 |
source | src |
created_at | 2025-01-27 03:15:34.157329+00 |
updated_at | 2025-03-07 03:23:18.08326+00 |
description | Agnostic abstraction layer of `std::net` for any async runtime. |
homepage | https://github.com/al8n/agnostic |
repository | https://github.com/al8n/agnostic |
max_upload_size | |
id | 1531957 |
size | 158,710 |
Agnostic abstraction layer of std::net
for any async runtime.
Builtin supports runtimes:
tokio
async-std
smol
[dependencies]
agnostic-net = "0.1"
tokio
agnostic-net = { version = "0.1", features = ["tokio"] }
smol
agnostic-net = { version = "0.1", features = ["smol"] }
async-std
agnostic-net = { version = "0.1", features = ["async-std"] }
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.