Crates.io | hglib |
lib.rs | hglib |
version | 0.1.1 |
source | src |
created_at | 2015-09-21 05:23:30.678946 |
updated_at | 2015-12-11 23:53:29.779383 |
description | Mercurial command server client library. |
homepage | |
repository | http://kbullock.ringworld.org/hg/rust-hglib/ |
max_upload_size | |
id | 3083 |
size | 17,752 |
This crate provides a client interface to the Mercurial distributed version control system (DVCS) in Rust, using Mercurial's command server. The command server is designed to allow tools to be built around Mercurial repositories, without being tied into Mercurial's internal API or licensing.
API documentation: http://kbullock.ringworld.org/rustdoc/hglib/
To use hglib, add the crate to your Cargo.toml:
[dependencies]
hglib = "0.1.1"