armodel 0.1.1

Rust library to parse and generate of AUTOSAR ARXML.
Documentation
  • Coverage
  • 25%
    2 out of 8 items documented0 out of 2 items with examples
  • Size
  • Source code size: 5.57 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.35 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • melodypapa/rust-armodel
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • melodypapa

rust-armdel

Rust library to parse and generate of AUTOSAR ARXML.

How to generate the document

  1. Run cargo doc --open to generate the document

How to perferm the testing

  1. Run cargo test to verify the packages

How to publish to crates.io

  1. Run cargo test to verify all the tests be passed
  2. Run cargo publish to upload the crate to crates.io