tokio-hglib =========== Tokio-based async client library for [Mercurial command server][]. [Mercurial command server]: https://www.mercurial-scm.org/wiki/CommandServer Usage ----- Add this to your `Cargo.toml`: ```toml [dependencies] tokio-hglib = "0.4" ``` For usage, please consult some examples in `examples/*.rs`.