Collection of stuff in rust.
For emacs rust-mode, for example). After checking out the repo, do
git submodule update --init
Install protoc
, from gRPC docs
$ brew install protobuf
$ protoc --version # Ensure compiler version is 3+
Download and install MacDown for .md files
brew install --cask macdown
Install cargo-upgrades to track latest versions of crates
cargo install -f cargo-upgrades
Aug 14, 2024 -- Upgrade time
crate to fix compile error after upgrading to rustc v1.8
cargo update -p time