
Dapptools-rs: A drop-in replacement for Dapptools, written in Rust.
Dapptools.rs (aka Turbodapptools) is a complete rewrite of the notorious toolchain, focussing on performance.
DappTools is REALLY great. You should try it, especially the symbolic execution and step debugger features.
How to install Dapptools-rs
Ubuntu/Debian Linux
curl http://apt.dapptools.rs/dapptools-rs-key.gpg | sudo apt-key add -
echo "dev [arch=amd64] http://dapptools.rs bullseye" | sudo tee /etc/apt/sources.list.d/dapptools-rs.list
apt-get update
apt-get install dapptools-rsmacOS
brew install dapptools-rs