secana@programming.dev to Rust@programming.devEnglish · 1 month agoWhat are you working on this week? (Sep. 29, 2024)message-squaremessage-square13fedilinkarrow-up125arrow-down11file-text
arrow-up124arrow-down1message-squareWhat are you working on this week? (Sep. 29, 2024)secana@programming.dev to Rust@programming.devEnglish · 1 month agomessage-square13fedilinkfile-text
minus-squarenebeker@programming.devlinkfedilinkEnglisharrow-up2·1 month agoI threw together a quick image to ASCII conversion project to actually use a couple of concepts. Sometime this week I’d like to make it not panic over every little thing. I feel like I should be shifting error handling left, but it’s not very natural for me, just yet. I will say, the ergonomics for testing with cargo are excellent.
I threw together a quick image to ASCII conversion project to actually use a couple of concepts.
Sometime this week I’d like to make it not panic over every little thing. I feel like I should be shifting error handling left, but it’s not very natural for me, just yet.
I will say, the ergonomics for testing with cargo are excellent.