[Updated] D11811: docs: update Rust readme with a mention of `rhg`
Alphare (Raphaël Gomès)
phabricator at mercurial-scm.org
Wed Jan 5 16:46:53 UTC 2022
Closed by commit rHG799fdf4cca80: docs: update Rust readme with a mention of `rhg` (authored by Alphare).
This revision was automatically updated to reflect the committed changes.
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11811?vs=31571&id=31596
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11811/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11811
AFFECTED FILES
rust/README.rst
CHANGE DETAILS
diff --git a/rust/README.rst b/rust/README.rst
--- a/rust/README.rst
+++ b/rust/README.rst
@@ -6,15 +6,18 @@
Rust is not required to use (or build) Mercurial, but using it
improves performance in some areas.
-There are currently three independent rust projects:
-- chg. An implementation of chg, in rust instead of C.
-- hgcli. A project that provide a (mostly) self-contained "hg" binary,
+There are currently four independent Rust projects:
+- chg. An implementation of chg, in Rust instead of C.
+- hgcli. A project that provides a (mostly) self-contained "hg" binary,
for ease of deployment and a bit of speed, using PyOxidizer. See
hgcli/README.md.
- hg-core (and hg-cpython): implementation of some
- functionality of mercurial in rust, e.g. ancestry computations in
+ functionality of mercurial in Rust, e.g. ancestry computations in
revision graphs, status or pull discovery. The top-level ``Cargo.toml`` file
defines a workspace containing these crates.
+- rhg: a pure Rust implementation of Mercurial, with a fallback mechanism for
+ unsupported invocations. It reuses the logic `hg-core` but completely forgoes
+ interaction with Python. See `rust/rhg/README.md` for more details.
Using Rust code
===============
To: Alphare, #hg-reviewers, pulkit, joerg.sonnenberger
Cc: joerg.sonnenberger, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20220105/9a428f9b/attachment-0001.html>
More information about the Mercurial-patches
mailing list