hglib 0.1.1

Mercurial command server client library.
Documentation
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.

[command server]: https://mercurial.selenic.com/wiki/CommandServer

[![](http://meritbadge.herokuapp.com/hglib)](https://crates.io/crates/hglib)

API documentation: <http://kbullock.ringworld.org/rustdoc/hglib/>

Installation
------------

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

    [dependencies]
    hglib = "0.1.1"