armodel

Crates.ioarmodel
lib.rsarmodel
version0.1.1
sourcesrc
created_at2021-04-03 11:37:54.232148
updated_at2021-04-04 12:24:18.689942
descriptionRust library to parse and generate of AUTOSAR ARXML.
homepage
repositoryhttps://github.com/melodypapa/rust_armodel
max_upload_size
id378178
size6,097
melodypapa (melodypapa)

documentation

README

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
Commit count: 11

cargo fmt