i know this ask may seem ridiculous, but have you tried developing in Rust? unless you have a precise concept of the problem and of your solution, it’s an excruciating task. the benefits of writing Rust are considerable, but for prototyping, python remains my goto. once i have something in python that works, i can translate it to Rust that much more easily. if you could go so far as to import rust packages into python, some fascinating doors open to software development and prototyping.