split_at_mut in Rust Explanation How to use split_at_mut to iterate a vector in O(log N) nested loop.
How to Render an Image in Rust and Pass the Pointer to the Pixel Buffer to Python as a MemoryView to Paint it in Qt Tutorial An overview of how to use Rust as a high-performance renderer in a Qt GUI application written in Python avoiding the need of Qt bindings for Rust.