agnostic-io 0.1.0

Defines I/O traits for async runtime agnostic I/O.
Documentation

agnostic-io defines I/O traits for async runtime agnostic I/O.

Introduction

agnostic-io defines I/O traits for async runtime agnostic I/O.

Builtin supports runtimes:

  • tokio
  • async-std
  • smol

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.