autosar-data-abstraction

Crates.ioautosar-data-abstraction
lib.rsautosar-data-abstraction
version
sourcesrc
created_at2024-12-19 20:31:40.508468+00
updated_at2025-02-22 22:42:47.078729+00
descriptionabstraction layer for the autosar data model
homepage
repositoryhttps://github.com/DanielT/autosar-data-abstraction
max_upload_size
id1489534
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Daniel Thaler (DanielT)

documentation

README

autosar-data-abstraction

Github Actions

This is an abstraction layer on top of the autosar-data model.

Rather than transforming the element based model into a new form, it only presents a view into the existing model, and provides methods to retrieve and modify the data.

As a result the use of autosar-data-abstraction can be freely mixed with direct manipulation of the model. Allowing the two to be mixed freely is a very important design goal: autosar-data-abstraction only represents a tiny portion of all possible elements in an Autosar file.

Commit count: 27

cargo fmt