-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider switching from reqwest
to ureq
#1
Comments
Hi, @emilk! Thank you for participation. It's good idea, I made the required changes, see commits. New version already in https://crates.io/crates/protoc-prebuilt. |
Wow, amazing, thank you! |
1 task
emilk
added a commit
to rerun-io/rerun
that referenced
this issue
May 31, 2023
### What Users need the protobuffer compiler `ptooc` installed to run the objectron example. There is a crate for that! https://github.com/sergeiivankov/protoc-prebuilt (and it has a very responsive maintainer: sergeiivankov/protoc-prebuilt#1) ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) <!-- This line will get updated when the PR build summary job finishes. --> PR Build Summary: https://build.rerun.io/pr/2280
emilk
added a commit
to rerun-io/rerun
that referenced
this issue
Jun 15, 2023
### What Users need the protobuffer compiler `ptooc` installed to run the objectron example. There is a crate for that! https://github.com/sergeiivankov/protoc-prebuilt (and it has a very responsive maintainer: sergeiivankov/protoc-prebuilt#1) ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) <!-- This line will get updated when the PR build summary job finishes. --> PR Build Summary: https://build.rerun.io/pr/2280
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! I just came across this crate, and it looks really promising!
Unfortunately I found the dependency tree to be too big to justify adding
protoc-prebuilt
as a dependency.Most of the dependencies come from
reqwest
. Fortunately there is an easy solution:ureq
has a much smaller footprint.I can make a PR if you want!
The text was updated successfully, but these errors were encountered: