agnostic-io

Crates.ioagnostic-io
lib.rsagnostic-io
version0.1.2
created_at2025-01-27 03:15:11.203831+00
updated_at2025-02-24 12:04:31.29758+00
description`agnostic-io` defines I/O traits in agnostic style for any async runtime.
homepagehttps://github.com/al8n/agnostic
repositoryhttps://github.com/al8n/agnostic
max_upload_size
id1531956
size21,237
Al Liu (al8n)

documentation

README

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.

Commit count: 173

cargo fmt