28 releases

0.5.4 May 24, 2024
0.5.2 Apr 22, 2024
0.4.1 Mar 20, 2024
0.2.3 Nov 9, 2023
0.1.5 Jul 25, 2022

#1896 in Magic Beans

Download history 5846/week @ 2024-02-12 3984/week @ 2024-02-19 4986/week @ 2024-02-26 5500/week @ 2024-03-04 6610/week @ 2024-03-11 5656/week @ 2024-03-18 4598/week @ 2024-03-25 5032/week @ 2024-04-01 4792/week @ 2024-04-08 4772/week @ 2024-04-15 5690/week @ 2024-04-22 4808/week @ 2024-04-29 4490/week @ 2024-05-06 5847/week @ 2024-05-13 6649/week @ 2024-05-20 5785/week @ 2024-05-27

23,266 downloads per month
Used in 11 crates (3 directly)

MIT/Apache

16KB
254 lines

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

Dependencies

~0.6–3MB
~57K SLoC