You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now you have to install cmake in order to compile the protobuf compiler in order to parse a protobuf file at compilation time.
This is really crappy.
Additionally, the auto-generated Rust files have a ton of clippy warnings.
IMO we should do this differently, for example not do any compilation time generation of Rust code, and instead manually generate and parse the encoded payloads. Or include the generated Rust code into the smoldot repo.
The text was updated successfully, but these errors were encountered:
Right now you have to install
cmake
in order to compile the protobuf compiler in order to parse a protobuf file at compilation time.This is really crappy.
Additionally, the auto-generated Rust files have a ton of clippy warnings.
IMO we should do this differently, for example not do any compilation time generation of Rust code, and instead manually generate and parse the encoded payloads. Or include the generated Rust code into the smoldot repo.
The text was updated successfully, but these errors were encountered: