Skip to content

Instantly share code, notes, and snippets.

@jpoles1
Last active March 5, 2023 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpoles1/87f879fc9286a8682ad2b722d2cc5ca5 to your computer and use it in GitHub Desktop.
Save jpoles1/87f879fc9286a8682ad2b722d2cc5ca5 to your computer and use it in GitHub Desktop.
A WIP listing of my favorite rust libraries

Parallelization

  • Rayon: Easy iterator parallelization

UI

  • Inquire: provides a variety of CLI interfaces including: Auto-complete text entry, multiline text editor, selector and more

Util

  • Bacon: Auto-refreshing CLI rust analyzer, great if you're not using an IDE.
  • Chrono: Human datetime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment