rust/README.rst
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
Mon, 20 Jan 2020 17:44:03 -0500
changeset 44114 8a3b045d9086
parent 35569 964212780daf
child 44115 e1b8b4e4f496
permissions -rw-r--r--
rust: move hgcli's README out of the way My understanding is that it's not meant to be used in the current form. Differential Revision: https://phab.mercurial-scm.org/D7951

===================
Mercurial Rust Code
===================

This directory contains various Rust code for the Mercurial project.

The top-level ``Cargo.toml`` file defines a workspace containing
all primary Mercurial crates.

Building
========

To build the Rust components::

   $ cargo build

If you prefer a non-debug / release configuration::

   $ cargo build --release