armodel 0.1.1

Rust library to parse and generate of AUTOSAR ARXML.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.regex]
version = "1.4.3"

[dependencies.xml-rs]
version = "0.8.3"

[package]
authors = ["melodypapa <melodypapa@github.com>"]
description = "Rust library to parse and generate of AUTOSAR ARXML."
edition = "2018"
license = "MIT"
name = "armodel"
readme = "README.md"
repository = "https://github.com/melodypapa/rust_armodel"
version = "0.1.1"