eclipse-uprotocol / up-rust

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

Add convenience functions and examples to UMessageType #34

Closed sophokles73 closed 8 months ago

sophokles73 commented 8 months ago

Added functions for mapping message types to/from string encoded integers and type strings. These should be helpful when encoding the message type to a property of a transport layer PDU.

Also removed the implementation for Display which might have been mistaken to produce a UMessageType's stable string encoding.