💾 Archived View for carnage.edvinbasil.com › knowledge › pl › rust › packages.md captured on 2020-11-07 at 00:34:39. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
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