awesome-tiny-crates: A bunch of small crates that make writing Rust more fun
31 points by itamarst
31 points by itamarst
Surprisingly, I didn't know any of these.. except maybe having seen docstr before, but most of them I can see coming in useful. Thanks for sharing!
Same here, didn't know any of these, derive alias seems really useful, plus I learned that you can override the derive attribute!
I would add strum and maybe nougat in the list.
Thanks!
I was going to say, "oh, another left-pad waiting to happen," but this is actually not so bad. Unfortunately I barely use Rust, nevertheless these look like fun additions.
wow I kind of love docstr (except for the weird macro application feature it has), what a genius idea. Reminds me of zig's multiline strings
Controlling sizes/empty/non-emptiness of vector from types looks very interesting!