maturin VS RustPython

Compare maturin vs RustPython and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
maturin RustPython
37 96
3,232 17,539
5.8% 2.0%
9.4 9.6
6 days ago 5 days ago
Rust Rust
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

maturin

Posts with mentions or reviews of maturin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-03.
  • In Rust for Python: A Match from Heaven
    2 projects | dev.to | 3 Jan 2024
    This story unfolds as a captivating journey where the agile Flounder, representing the Python programming language, navigates the vast seas of coding under the wise guidance of Sebastian, symbolizing Rust. Central to their adventure are three powerful tridents: cargo, PyO3, and maturin.
  • Feedback from calling Rust from Python
    2 projects | dev.to | 2 Nov 2023
    -- Maturin on GitHub
  • Some Reasons to Avoid Cython
    5 projects | news.ycombinator.com | 22 Sep 2023
    My new favorite way to write very fast libraries for Python is to just use Rust and Maturin:

    https://github.com/PyO3/maturin

    It basically automates everything for you. If you use it with Github actions, it will compile wheels for you on each release for every platform and python version you want, and even upload them to PyPi (pip) for you. Everything feels very modern and well thought out. People really care about good tooling in the Rust world.

  • Which programming language to focus on for my PhD journey in bioinformatics?
    4 projects | /r/rust | 6 Jun 2023
    Python first, you will be able to experiment quickly with the notebooks. Then maybe write (or rewrite) some modules in Rust that you can expose as python modules, with py03 and maturin. Feel free to publish useful packages on both crates.io and pypi.org, so you can contribute to Python and Rust ecosystems.
  • python to rust migration
    5 projects | /r/rust | 23 Apr 2023
    Now if you really want to use Rust, you can rewrite only the part that are slowing down your consumer. It's easy by using Py03 and maturin. Maybe also rayon to parallelize.
  • Ask HN: Is it worth it for me to learn Go or Rust as a Data Engineer?
    1 project | news.ycombinator.com | 21 Apr 2023
    It's relatively easy to extend Python with project like Py03[0] and Maturin[1]. Polars[2] is the perfect example of that.

    It's not easy to push coworkers/companies to use an unfamiliar language. Rust isn't fast to learn. You need very good arguments and a good usecase to make it works.

    I doubt that learning Rust will help you more that learning more about the data engineers tools, so this isn't really "worth" your time.

    [0] -- https://pyo3.rs/v0.18.3/

    [1] -- https://github.com/PyO3/maturin

    [2] -- https://www.pola.rs/

  • Rust CLI app installable via PIP?
    1 project | /r/rust | 10 Apr 2023
  • Blog Post: Making Python 100x faster with less than 100 lines of Rust
    4 projects | /r/rust | 29 Mar 2023
    In this case, PyO3/maturin does all the setup and getting the module into Python. They also have docs going into a lot more depth on this.
  • Is Rust faster than Python out of the box
    2 projects | /r/rust | 12 Mar 2023
    Lastly if you're willing to introduce Rust, I'd consider a gradual approach using native libraries built in rust with PYO3. Check the maturin guide that helps you to streamline the build process of native libraries : https://github.com/PyO3/maturin . From there you could try to find hotspots in your python app and replace those with a native implementation.
  • sccache now supports GHA as backend
    4 projects | /r/rust | 7 Dec 2022

RustPython

Posts with mentions or reviews of RustPython. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-05.
  • Encapsulation in Rust and Python
    4 projects | dev.to | 5 Apr 2024
    Integrating Rust into Python, Edward Wright, 2021-04-12 Examples for making rustpython run actual python code Calling Rust from Python using PyO3 Writing Python inside your Rust code — Part 1, 2020-04-17 RustPython, RustPython Rust for Python developers: Using Rust to optimize your Python code PyO3 (Rust bindings for Python) Musing About Pythonic Design Patterns In Rust, Teddy Rendahl, 2023-07-14
  • FLaNK Stack Weekly 12 February 2024
    52 projects | dev.to | 12 Feb 2024
  • RustPython
    14 projects | news.ycombinator.com | 7 Feb 2024
    No.

    …and this one is no exception -> https://github.com/RustPython/RustPython/issues/1940

    Packages that rely on c dependencies like numpy, etc. only work if you write a custom implementation by hand; the “normal” package flat out doesn’t (and cannot) work.

  • Show HN: RustPython for BeOS with W2c2
    1 project | news.ycombinator.com | 4 Feb 2024
  • Rust is replacing C as the Python back end
    1 project | news.ycombinator.com | 25 Jan 2024
    The title would be accurate if this project (https://rustpython.github.io/) was becoming the official version of Python.
  • RustPython: An open source Python 3 interpreter written in Rust
    1 project | news.ycombinator.com | 25 Jan 2024
  • Rewrite Sympy in rust
    2 projects | /r/rust | 11 Nov 2023
    If you absolutely need something comparable to Sympy, then one option might be to figure out how to best call Sympy from Rust. e.g. - RustPython, although it seems like Sympy isn't supported yet - Pyodide, and figuring out how to run it outside of a web browser. Probably also not very easy. - PyPy, and having a pretty simple Python binary for every platform - ...
  • Our Plan for Python 3.13
    10 projects | news.ycombinator.com | 15 Jun 2023
    I'm actually rooting for RustPython to reach a level of maturity that we'd just be able to ship apis and stuff with it.... https://github.com/RustPython/RustPython
  • Python 11
    2 projects | /r/xonsh | 24 Mar 2023
    Good question and it also actual for: python 3.12, RustPython and xonsh binary.
  • This Week In Python
    5 projects | dev.to | 10 Mar 2023
    RustPython – A Python Interpreter written in Rust

What are some alternatives?

When comparing maturin and RustPython you can also consider the following projects:

Poetry - Python packaging and dependency management made easy

CPython - The Python programming language

setuptools-rust - Setuptools plugin for Rust support

pyodide - Pyodide is a Python distribution for the browser and Node.js based on WebAssembly

termux-packaging - Termux packaging tools.

tauri - Build smaller, faster, and more secure desktop applications with a web frontend.

PyOxidizer - A modern Python application packaging and distribution tool

rust-numpy - PyO3-based Rust bindings of the NumPy C-API

PyO3 - Rust bindings for the Python interpreter

pybind11 - Seamless operability between C++11 and Python

Rhai - Rhai - An embedded scripting language for Rust.