The generated image is based on the simple prompt: "Create a humorous image highlighting the difficulty of programming in RUST." Even if the result is not perfect, I find it very relevant, and it made me laugh. I think every RUST programmer has struggled with the borrow checker.
I have developed a chess game in RUST offering a UCI allowing engine tournament. The link is the following: https://github.com/christophelc/chess_rust
The program is based on RUST and Actix actors.