feat: add async support

This commit is contained in:
2026-02-25 18:36:06 +01:00
parent 277f2200b7
commit 91b19a803e
4 changed files with 88 additions and 2 deletions

3
CHANGELOG.md Normal file
View File

@@ -0,0 +1,3 @@
# v0.2.0
* Added async client support behind a non-default cargo feature flag using tokio's `AsyncRead` and `AsyncWrite`.