maturinEasy Playground

Build and publish Rust-based Python packages

Getting started with maturinRun locally
Install
pip install maturin
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: maturin)

maturin is a third-party package. Build and publish Rust-based Python packages. Install with: pip install maturin

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?