Quick Tip: You don't need to create a new cargo project if you want to test if something works in rust

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • cargo-script

    Cargo script subcommand

    You can also use cargo script. After installing it you can just do

  • cargo-script-mvs

    Pre-RFC for merging cargo-script into cargo

    rust-script is the most up-to-date version I could find. See https://github.com/epage/cargo-script-mvs/discussions/15

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • cargo-temp

    A CLI tool that allow you to create a temporary new Rust project using cargo with already installed dependencies

    I'll piggyback on here with yet another alternative: cargo-temp. It lets you quickly run cargo new a temp folder that gets automatically cleaned up when you exit the shell gracefully.

  • runner

    Tool for running Rust snippets (by stevedonovan)

    From runner README:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts