Mercurial > hg-stable
view rust/Cargo.toml @ 46891:c6ceb5f27f97
rust: Remove use of `py.eval()`
The previous Rust code allocated an intermediate `Vec`, converted that
to a Python list, then used `eval` to run Python code that converts that
list to a Python set.
rust-cpython exposes Rust bindings for Python sets, let’s use that instead
to construct a set directly.
Differential Revision: https://phab.mercurial-scm.org/D10328
author | Simon Sapin <simon.sapin@octobus.net> |
---|---|
date | Thu, 08 Apr 2021 14:38:27 +0200 |
parents | cf04f62d1579 |
children | 34e0670caf46 |
line wrap: on
line source
[workspace] members = ["hg-core", "hg-cpython", "rhg"] exclude = ["chg", "hgcli"]