We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0006319 commit ee4b694Copy full SHA for ee4b694
README.rst
@@ -2,6 +2,10 @@
2
Setuptools plugin for Rust extensions support
3
=============================================
4
5
+.. image:: https://travis-ci.org/PyO3/setuptools-rust.svg?branch=master
6
+ :target: https://travis-ci.org/PyO3/setuptools-rust
7
+ :align: right
8
+
9
Setuptools helpers for rust Python extensions implemented with `PyO3 python binding <https://github.com/PyO3/pyo3>`_.
10
11
Compile and distribute Python extensions written in rust as easily as if they were written in C.
0 commit comments