lustre-executor 0.2.0

A blazingly fast, minimal async executor with pluggable ID generation and I/O support.
Documentation
[package]
name = "lustre-executor"
version = "0.2.0"
edition = "2021"
description = "A blazingly fast, minimal async executor with pluggable ID generation and I/O support."
license = "MIT"
repository = "https://codeberg.org/Sirokov/lustre-executor"
homepage = "https://codeberg.org/Sirokov/lustre-executor"
readme = "README.md"
keywords = ["async", "executor", "minimal", "io", "mio"]
categories = ["asynchronous", "concurrency"]

[dependencies]
futures = "0.3"
mio = { version = "0.8", features = ["net", "os-poll"] }

[[example]]
name = "basic_spawn"
path = "examples/basic_spawn.rs"

[[example]]
name = "custom_id_timer"
path = "examples/custom_id_timer.rs"