Orange-OpenSource / its-client

This Intelligent Transportation Systems (ITS) MQTT client based on the JSon ETSI specification transcription provides a ready to connect project for the mobility (connected and autonomous vehicles, road side units, vulnerable road users,...). Let's connect your device or application to our Intelligent Transport Systems (ITS) platform!
MIT License
7 stars 8 forks source link

rust: add client application pipeline #113

Closed nbuffon closed 7 months ago

nbuffon commented 7 months ago

New features

How to test

Nothing much to do other than checking that build, tests and benches runs correctly In addition from previous PR also build the documentation to check it correctly does with no warnings

  1. cargo clean
  2. cargo build
  3. cargo test
  4. cargo bench
  5. cargo doc --no-deps --open