#async-client #mercurial #server #command #tokio-based

tokio-hglib

Tokio-based async client library for Mercurial command server

4 releases (breaking)

0.4.0 Dec 30, 2020
0.3.0 Apr 11, 2020
0.2.0 Oct 2, 2018
0.1.0 Sep 23, 2018

#1507 in Asynchronous

34 downloads per month

MIT license

29KB
680 lines

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.


lib.rs:

Tokio-based async client library for Mercurial command server.

Dependencies

~4–14MB
~145K SLoC