svm-rs

Crates.iosvm-rs
lib.rssvm-rs
version0.5.4
sourcesrc
created_at2021-09-14 08:07:20.029955
updated_at2024-05-24 17:58:26.392464
descriptionSolidity compiler version manager
homepagehttps://github.com/alloy-rs/svm-rs
repositoryhttps://github.com/alloy-rs/svm-rs
max_upload_size
id451096
size110,338
(DaniPopes)

documentation

README

Solidity Compiler Version Manager

crates.io docs.rs build status

This crate provides a cross-platform support for managing Solidity compiler versions.

Install

From crates.io:

cargo install svm-rs

Or from the repository:

cargo install --locked --git https://github.com/alloy-rs/svm-rs/

Usage

Solc version manager

Usage: svm <COMMAND>

Commands:
  help     Print this message or the help of the given subcommand(s)
  install  Install Solc versions
  list     List all Solc versions
  remove   Remove a Solc version, or "all" to remove all versions
  use      Set a Solc version as the global default

Options:
  -h, --help     Print help
  -V, --version  Print version
Commit count: 302

cargo fmt