awesome-tiny-crates: A bunch of small crates that make writing Rust more fun

31 points by itamarst


reivilibre

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!

izissise

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!

rbr

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.

mplant

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

vi_mi

Controlling sizes/empty/non-emptiness of vector from types looks very interesting!