Closed nbigaouette-eai closed 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.
pb-rs
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.
Done. I'll work on having a library compatible version as well (see #73)
It would make a lot of sense to publish
pb-rs
to crates.io in a format that can then be installed usingcargo 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.