Added tag 0.4.0 for changeset d00923a04e30
bump version to 0.4.0
upgrade to tokio 1.0

clone

read-only
https://hg.sr.ht/~yuja/tokio-hglib
read/write
ssh://hg@hg.sr.ht/~yuja/tokio-hglib

#tokio-hglib

Tokio-based async client library for Mercurial command server.

#Usage

Add this to your Cargo.toml:

[dependencies]
tokio-hglib = "0.4"

For usage, please consult some examples in examples/*.rs.