Crates.io | tokio-hglib |
lib.rs | tokio-hglib |
version | 0.4.0 |
source | src |
created_at | 2018-09-23 06:04:57.916612 |
updated_at | 2020-12-30 01:48:42.043427 |
description | Tokio-based async client library for Mercurial command server |
homepage | |
repository | https://hg.sr.ht/~yuja/tokio-hglib/ |
max_upload_size | |
id | 86107 |
size | 54,554 |
Tokio-based async client library for Mercurial command server.
Add this to your Cargo.toml
:
[dependencies]
tokio-hglib = "0.4"
For usage, please consult some examples in examples/*.rs
.