💾 Archived View for carnage.edvinbasil.com › knowledge › pl › rust › packages.md captured on 2021-12-17 at 13:26:06. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2020-11-07)

-=-=-=-=-=-=-

Packages

A list of useful rust packages

- https://github.com/nikomatsakis/rayon - Parallelism library for iterable tasks

- https://github.com/Amanieu/hashbrown - Faster HashMap and HashSet, drop-in replacement

- https://github.com/dtolnay/thiserror - Convinient macro to derive Error for custom error types