eclipse-uprotocol / up-rust

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

Implement missing requirements from UUri specification #116

Closed sophokles73 closed 4 months ago

sophokles73 commented 4 months ago
sophokles73 commented 4 months ago

@stevenhartley

The uri.rs file has been amended with the OpenFastTrace tags referring to the specification items in uri.adoc of up-spec. The OpenFastTrace command line tool can then be used to perform the check:

sh openfasttrace/oft trace -f /home/kai/tmp/up-rust-tracing.html -o html /home/kai/git/uprotocol-spec /home/kai/git/uprotocol-rust/src

The output of t up-rust-tracing.zip hat is the HTML page from the attached ZIP file.

evshary commented 4 months ago

Allow me to merge the PR. I need this in my up-client-zenoh-rust implementation :smiley: