Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 547 Bytes

DEV.md

File metadata and controls

28 lines (18 loc) · 547 Bytes

Development

Toolchain

Have rustup installed. This can be done using many package managers including Homebrew.

rustup install stable

Depdencies

One of our build dependencies that compiles protobuf will need rustfmt.

rustup component add rustfmt

Have protoc (Protobuf compiler) & libpq installed.

Build/Run

After having ~/.cargo/bin/ to your path, you should be able to do following. Any parameter passed after -- will be passed as parameter to fuzzy.

cargo run -- --help