Rust is ported to pi pico?
Discussion
I'm not sure what there is to port, but I think from #Rust's perspective it's already available, isn't it? I don't know.
Point is, I just wouldn't use any #Python thing, when there are alternatives available. I might even consider #Clang over #Python, when we are talking about #Microcontroller's, anyway.
If the Pico only allows #MicroPython, I'm sorry for the confusion!
The pico is originally set up for C, but now looking it appears there are instructions for cross compiling with rust, but it takes some effort to get the dev env going and you need to wire up two picos together to runtime debug. This python project is given to me, im just trying to enhance it without starting over. The graphical libraries are also quite a bit to start with.