#async #sansio #run-time-agnostic #agnostic

no-std agnostic-io

agnostic-io defines I/O traits in agnostic style for any async runtime

3 releases

Uses new Rust 2024

0.1.2 Feb 24, 2025
0.1.1 Jan 30, 2025
0.1.0 Jan 27, 2025

#2132 in Asynchronous

Download history 708/week @ 2025-01-25 456/week @ 2025-02-01 335/week @ 2025-02-08 217/week @ 2025-02-15 1292/week @ 2025-02-22 1429/week @ 2025-03-01 271/week @ 2025-03-08 305/week @ 2025-03-15 135/week @ 2025-03-22 184/week @ 2025-03-29 163/week @ 2025-04-05 115/week @ 2025-04-12 136/week @ 2025-04-19 121/week @ 2025-04-26

572 downloads per month
Used in 16 crates (5 directly)

MIT/Apache

15KB
54 lines

Agnostic I/O

agnostic-io defines I/O traits in Sans-I/O style for any async runtime.

github LoC Build codecov

docs.rs crates.io crates.io license

Introduction

agnostic-io defines I/O traits in Sans-I/O style for any async runtime.

Installation

[dependencies]
agnostic-io = "0.1"
  • tokio::io compat

    agnostic-io = { version = "0.1", features = ["tokio"] }
    

License

agnostic-io 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.

Dependencies

~0–6MB
~24K SLoC