takyon 0.1.0

A simple, single threaded async runtime
Documentation
[dependencies.nohash]
version = "0.2.0"

[dependencies.thiserror]
version = "1.0.49"

[package]
categories = ["asynchronous", "filesystem", "network-programming"]
description = "A simple, single threaded async runtime"
edition = "2021"
keywords = ["async", "runtime", "io_uring"]
license = "MIT"
name = "takyon"
readme = "README.md"
repository = "https://github.com/UditDey/takyon/"
version = "0.1.0"
[target."cfg(target_os = \"linux\")".dependencies.io-uring]
version = "0.6.2"

[target."cfg(target_os = \"linux\")".dependencies.libc]
version = "0.2.149"