Join Nostr
2024-09-07 05:28:48 UTC
in reply to

dorotaC on Nostr: I deal with this by vendoring using copy-paste. There are some legitimately useful ...

I deal with this by vendoring using copy-paste.

There are some legitimately useful crates that are under 100 lines, like assert_matches, which do eventually end up in the standard library.

And then there are crates like void.