view rust/Cargo.toml @ 44840:4ba2a6ffcf24

status: also support for `traversedir` callback in the Rust fast-path Repeating the performance numbers from the `hg-core` change: Running `hg clean/purge` on Netbeans' repo (100k files): ``` | No-op | 30% unknown -------------------------- Rust | 1.0s | 1.67s C | 2.0s | 2.87s ``` Differential Revision: https://phab.mercurial-scm.org/D8520
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 12 May 2020 11:39:50 +0200
parents af739894a4c1
children cf04f62d1579
line wrap: on
line source

[workspace]
members = ["hg-core", "hg-cpython"]
exclude = ["chg", "hgcli"]