DanielT / autosar-data

A rust crate to work with Autosar data (arxml) files
Apache License 2.0
32 stars 10 forks source link

How to support new AR releases #17

Closed EdVanDance closed 5 months ago

EdVanDance commented 5 months ago

Hello,

this isn't really an issue, rather a question. I couldn't think of a better place to address this.

I was wondering if you have any plans to document or maybe even automate the integration of new AR releases?

My co-workers and me are really liking this, especially the python bindings. We are afraid that you stop the maintenance at some point. That is our only concern which is holding us back from broader adoption.

Looking forward to your thoughts on this.

Regards, Ed

DanielT commented 5 months ago

The integration is largely automated. If you look at the data tables in autosar-data-specification, you will easily see that this is not something a person could write directly. What I did was to write a tool that parses the xsd files released as part of the Autosar standard.

Until now I had never bothered to set that repository to public, because:

Anyway, here you go: autosar-xsd-mangler

EdVanDance commented 5 months ago

I thought so already 😃

Thank you very much for sharing this 👍