Hacker News new | ask | show | jobs
by jacquesm 907 days ago
I like such projects. They're the programming equivalent of making jewelry. Is your code public?
1 comments

Thanks for your interest! It was definitely rewarding though I’m sure I can optimize a few things still.

The code is public: https://github.com/iantbutler01/dart

So, I had a look at it, very nice and tight code, relatively easy to follow even for someone who doesn't really know rust (I think I picked up more rust from your code than I did from any other source about rust).

I especially like the very clean and simple interface that abstracts away all of the complexity underneath.

Thank you for putting this out there, rust needs more projects like this, quiet and effective, showing rather than telling.

Thank you so much! :)
Neat, thank you. I will give it a read later tonight.