소개
This skill provides specialized guidance for developers using PyO3 to bridge Rust and Python, focusing on performance optimization and concurrency safety. It helps Claude implement efficient async Python callbacks using pyo3_async_runtimes, manage Global Interpreter Lock (GIL) release/attach cycles correctly, and choose between spawn_blocking and block_in_place to prevent critical deadlocks in post-processing tasks. By applying these patterns, developers can achieve significantly faster execution for operations within document intelligence and data conversion pipelines.