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 configuration #105

Closed nbuffon closed 8 months ago

nbuffon commented 9 months ago

New features

Note: exchange.rs contains commented code that will be either deleted or updated in further commits/PR

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
nbuffon commented 8 months ago

@Hugues360 I made some changes since you first reviewed this PR, a quick review of the diff could be a good idea