Skip to content
Snippets Groups Projects
Commit 5532823e8c18 authored by Georges Racinet's avatar Georges Racinet
Browse files

rust-cpython: start cpython crate bindings

This changeset introduces the hg-cpython crate,
that compiles as a shared library holding a whole
Python package (mercurial.rustext), with only the empty
'ancestor' submodule for now.

Such bindings will be easier and safer to develop and maintain
that those of `hg-direct-ffi`.
They don't involve C code, only unsafe Rust that's mostly isolated
within the cpython crate.

The long-term goal would be to import the provided modules, such
as rustext.ancestor with mercurial.policy.importmod, same as
we already do with cext modules.

Differential Revision: https://phab.mercurial-scm.org/D5434
parent 98a0fbda8739
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment