QEDK / configparser-rs

A simple configuration parsing utility with no dependencies built on Rust.
https://crates.io/crates/configparser
Other
66 stars 21 forks source link

Deprecate `async-std` feature and replace with `tokio` #43

Closed QEDK closed 9 months ago

QEDK commented 11 months ago

async-std development has virtually stopped, we should migrate current async features to use the tokio runtime instead.

QEDK commented 9 months ago

Done, closing.