hglib 0.1.0

Mercurial command server client library.
docs.rs failed to build hglib-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: hglib-0.1.1

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"