YuhanLiin / micropb

Rust Protobuf library targetting embedded systems and no_std environments without an allocator
Apache License 2.0
61 stars 3 forks source link

examples wont compile #2

Open Jack17432 opened 8 hours ago

Jack17432 commented 8 hours ago

When I run cargo build on the examples on linux. I get the following error

called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }

Is there a setup that I am missing?

Jack17432 commented 8 hours ago

This is actually an error that shows up when there is no protobuf compiller installed.