hglib

Crates.iohglib
lib.rshglib
version0.1.1
sourcesrc
created_at2015-09-21 05:23:30.678946
updated_at2015-12-11 23:53:29.779383
descriptionMercurial command server client library.
homepage
repositoryhttp://kbullock.ringworld.org/hg/rust-hglib/
max_upload_size
id3083
size17,752
Kevin Bullock (krbullock)

documentation

http://kbullock.ringworld.org/rustdoc/hglib/

README

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.1"
Commit count: 0

cargo fmt