tokio-hglib

Tokio-based async client library for Mercurial command server


License
MIT

Documentation

tokio-hglib

Tokio-based async client library for Mercurial command server.

Usage

Add this to your Cargo.toml:

[dependencies]
tokio-hglib = "0.1"

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