solc-select

Crates.iosolc-select
lib.rssolc-select
version0.4.0
sourcesrc
created_at2021-06-03 13:34:49.350294
updated_at2023-02-19 04:18:26.077288
descriptionAllows users to install and quickly switch between Solidity compiler versions
homepage
repository
max_upload_size
id405673
size29,996
Rust (github:microsoft:rust)

documentation

README

A rust port of python's solc-select utility.

How to install:

cargo install solc-select

Usage:

install a specific version

solc-select install 0.8.4

use a specific version

solc-select use 0.8.4

list current versions

solc-select versions
Commit count: 0

cargo fmt