rust-armdel
Rust library to parse and generate of AUTOSAR ARXML.
How to generate the document
- Run
cargo doc --opento generate the document
How to perferm the testing
- Run
cargo testto verify the packages
How to publish to crates.io
- Run
cargo testto verify all the tests be passed - Run
cargo publishto upload the crate to crates.io