stepancheg / rust-protobuf

Rust implementation of Google protocol buffers
MIT License
2.81k stars 382 forks source link

How to install? #658

Open stevedefazio opened 2 years ago

stevedefazio commented 2 years ago

How is this intended to be installed (particularly on windows).

I'm trying to build a Rust project that requires this, and I took a stab in the dark with "cargo install protobuf", but no dice.

stepancheg commented 2 years ago

It is a library, not a binary, you don't need to install it.