tafia / quick-protobuf

A rust implementation of protobuf parser
MIT License
452 stars 87 forks source link

Consider publishing `pb-rs` to crates.io so that it can be `cargo install`ed #88

Closed nbigaouette-eai closed 6 years ago

nbigaouette-eai commented 6 years ago

It would make a lot of sense to publish pb-rs to crates.io in a format that can then be installed using cargo install pb-rs.

I was surprised to have to git clone the repo and run it from there.

This would make it easier to use, specially in a Dockerfile.

tafia commented 6 years ago

Done. I'll work on having a library compatible version as well (see #73)