Metadata-Version: 2.4
Name: mandelbrot-implementation-rust-native
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: maturin>=1.9.0
Summary: Madelbrot computed in Rust
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# Mandelbrot in Rust

Uses [`maturin`](https://www.maturin.rs/) and [$PyO_3$](https://pyo3.rs) to create the necessary Python bindings for Python to use them.

