blessed.rs - Recommended Crate Directory

15 points by linkdd


lilyball

The github README says "A community guide to the Rust ecosystem", but is it actually? Because it sure looks like it's mostly just one person's opinion, perhaps with input from others but it ultimately appears to be just one person's call as to what does and does not go into this. And that means it's a fairly biased list. For example, the Cryptography section is almost entirely just crates from the Rust Crypto project, which are certainly useful to list but they're not the sole crates to know about here.

junon

I disagree that tracing is the go-to. It's incredibly bloated, has its own syntax that departs from the typical format_args! syntax, and is more like a framework and less like a drop-in library. Useful in large applications but overkill for anything small, IMO.