dev:
    maturin develop
    python example/simple.py
fmt:
    cargo +nightly fmt
