eclipse-uprotocol / up-rust

uProtocol Language Specific Library for Rust
Apache License 2.0
11 stars 9 forks source link

Use custom UMessage struct #112

Open sophokles73 opened 4 months ago

sophokles73 commented 4 months ago

The build.rs script no longer pulls in the umessage.proto from up-spec. Instead, the umessage module no defines the UMessage struct with private fields so that UMessages can now only be created (correctly) via the UMessageBuilder.