概要
This skill optimizes the development of Python-to-Rust bridges, specifically focusing on PyO3 FFI implementations, maturin workflows, and Pythonic API wrappers. It enforces architectural separation by keeping core logic in Rust while ensuring the Python interface remains idiomatic, well-tested, and compliant with strict formatting standards. It is particularly useful for developers maintaining high-performance libraries, such as HTML parsers or document engines, where the heavy lifting is done in Rust but requires a seamless, high-coverage Python interface.