Crates.io | agnostic-net |
lib.rs | agnostic-net |
version | |
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 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.