Show More
@@ -8,9 +8,9 b' improves performance in some areas.' | |||
|
8 | 8 | |
|
9 | 9 | There are currently three independent rust projects: |
|
10 | 10 | - chg. An implementation of chg, in rust instead of C. |
|
11 | - hgcli. A experiment for starting hg in rust rather than in python, | |
|
12 | by linking with the python runtime. Probably meant to be replaced by | |
|
13 | PyOxidizer at some point. | |
|
11 | - hgcli. A project that provide a (mostly) self-contained "hg" binary, | |
|
12 | for ease of deployment and a bit of speed, using PyOxidizer. See | |
|
13 | hgcli/README.md. | |
|
14 | 14 | - hg-core (and hg-cpython): implementation of some |
|
15 | 15 | functionality of mercurial in rust, e.g. ancestry computations in |
|
16 | 16 | revision graphs, status or pull discovery. The top-level ``Cargo.toml`` file |
General Comments 0
You need to be logged in to leave comments.
Login now