Mercurial > hg
view rust/rhg/Cargo.toml @ 45112:470d306e616c
rust-status: improve documentation and readability
This patch is 2/3 in the series to improve the dirstate status code. It adds a
number of common type aliases to add more obvious semantics to function
signatures, improves/adds documentation where necessary and improves one or two
patterns to be more idiomatic.
Differential Revision: https://phab.mercurial-scm.org/D8662
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Wed, 24 Jun 2020 17:20:39 +0200 |
parents | 18f8d3b31baa |
children | b1cea0dc9db0 |
line wrap: on
line source
[package] name = "rhg" version = "0.1.0" authors = ["Antoine Cezar <antoine.cezar@octobus.net>"] edition = "2018" [dependencies] hg-core = { path = "../hg-core"} clap = "2.33.1"