rust/Cargo.toml
author Martijn Pieters <mj@zopatista.com>
Wed, 01 Aug 2018 16:05:41 +0200
changeset 38837 8751d1e2a7ff
parent 35569 964212780daf
child 39968 aab43d5861bb
permissions -rw-r--r--
util: create a context manager to handle timing The context manager is pulled out of the timed decorator function, and refactored to provide a stats instance, with added tests.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
35569
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
     1
[workspace]
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
     2
members = ["hgcli"]