rust/Cargo.toml
author Yuya Nishihara <yuya@tcha.org>
Sun, 13 Oct 2019 16:55:17 +0900
changeset 43208 1ca3823aeefd
parent 40965 5532823e8c18
child 44466 79ac59d3f73d
permissions -rw-r--r--
rust-cpython: add wrapper around decapsule_make_dirstate_tuple() There are a couple of safety issues. First, the returned function pointer must be unsafe. Second, its return value must be a raw pointer (i.e. python27_sys::PyObject), not a cpython::PyObject. The wrapper function will address these issues.

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