hglib 0.1.1

Mercurial command server client library.
Documentation
  • Coverage
  • 95.45%
    21 out of 22 items documented2 out of 11 items with examples
  • Size
  • Source code size: 17.75 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 626.92 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Documentation
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • krbullock

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"