39 releases

new 0.5.16 May 7, 2025
0.5.14 Mar 18, 2025
0.5.9 Dec 20, 2024
0.5.8 Oct 14, 2024
0.1.5 Jul 25, 2022

#14 in #svm

Download history 9108/week @ 2025-01-15 7763/week @ 2025-01-22 7561/week @ 2025-01-29 9211/week @ 2025-02-05 9330/week @ 2025-02-12 8302/week @ 2025-02-19 8688/week @ 2025-02-26 9089/week @ 2025-03-05 12784/week @ 2025-03-12 14270/week @ 2025-03-19 16786/week @ 2025-03-26 12964/week @ 2025-04-02 11390/week @ 2025-04-09 9098/week @ 2025-04-16 12819/week @ 2025-04-23 11958/week @ 2025-04-30

47,611 downloads per month
Used in 16 crates (3 directly)

MIT/Apache

24KB
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
~53K SLoC