HgLib: Rust Client Library for Mercurial Command Server

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/

Installation

To use hglib, add the crate to your Cargo.toml:

[dependencies]
hglib = "0.1.0"