rhg: add rhg crate
The goal of rhg is to speedup some of hg's commands when possible by bypassing python entirely for the time being. It is by no means a replacement for hg as it will not support extentions or configuration and implement only a subset of hg's commands and options. Only use rhg if you understand what the tradeoffs are. Differential Revision: https://phab.mercurial-scm.org/D8610
Showing
- rust/Cargo.lock 4 additions, 0 deletionsrust/Cargo.lock
- rust/Cargo.toml 1 addition, 1 deletionrust/Cargo.toml
- rust/rhg/Cargo.toml 8 additions, 0 deletionsrust/rhg/Cargo.toml
- rust/rhg/README.md 4 additions, 0 deletionsrust/rhg/README.md
- rust/rhg/rustfmt.toml 3 additions, 0 deletionsrust/rhg/rustfmt.toml
- rust/rhg/src/exitcode.rs 4 additions, 0 deletionsrust/rhg/src/exitcode.rs
- rust/rhg/src/main.rs 5 additions, 0 deletionsrust/rhg/src/main.rs
Loading
Please register or sign in to comment