Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 791 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 791 Bytes

rosetta-rs is another approach for discovering relevant Rust crates

Potential criteria for comparison:

  • Features
  • Runtime performance
  • Release binary size
  • Debug build times
  • Popularity
  • Expressiveness via example code

Potential criteria for including a crate:

  • Popularity
  • Fulfills a unique niche

Submissions are preferred to be idiomatic uses of an API (think "what would a naive user write") though optimized variants may also be included for comparison. This is to help demonstrate the expressiveness of the API and help people translate from one API to another.

Other ways of discovering crates

This repo is for meta discussions.