README: Add mention of roezio

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-08-21 17:19:18 +02:00
parent 5d3feb7446
commit 1a1b0089bf

View file

@ -102,6 +102,20 @@ The artwork logo was made by Gaëtan Ribémont and released under
the `Creative Commons BY license <http://creativecommons.org/licenses/by/2.0/>`_.
Migration to Rust
-----------------
We're currently migrating Poezio to Rust. The migration is happening in
the ``roezio`` branch on the repository. You're welcome to try it out,
report bugs, and contribute!
To be able to run it you will need to install ``setuptools-rust``, and
of course the Rust compiler suite. Check out ``rustc`` or ``rustup`` in
your distribution package manager.
You should then be able to run `python setup.py build_ext --inplace` to
compile it locally, and launch poezio via `./launch.py`.
Hacking
-------