37 releases

0.5.14 Mar 18, 2025
0.5.11 Jan 28, 2025
0.5.9 Dec 20, 2024
0.5.8 Oct 14, 2024
0.1.5 Jul 25, 2022

#12 in #svm

Download history 6530/week @ 2024-12-17 4100/week @ 2024-12-24 4495/week @ 2024-12-31 8445/week @ 2025-01-07 9212/week @ 2025-01-14 7758/week @ 2025-01-21 7987/week @ 2025-01-28 8283/week @ 2025-02-04 9827/week @ 2025-02-11 8923/week @ 2025-02-18 7409/week @ 2025-02-25 9264/week @ 2025-03-04 12075/week @ 2025-03-11 14642/week @ 2025-03-18 16714/week @ 2025-03-25 12991/week @ 2025-04-01

58,113 downloads per month
Used in 15 crates (3 directly)

MIT/Apache

23KB
260 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.5–3MB
~54K SLoC