tokio-hglib 0.2.0

Tokio-based async client library for Mercurial command server
Documentation
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.1"
```

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