🌐
AUTOSAR
autosar.org › news-events › detail
AUTOSAR investigates how the Programming Language Rust could be applied in Adaptive Platform Context within the Working Group Safety
April 6, 2022 - This means that the performance of Rust is comparable to C++”, Christof summarizes during the initial talks. As other standardization bodies such as Khronos or SAE in the automotive field are in line with such assessment, the Embedded Software focus is to combine efforts for efficient standardization. All this is not new to the AUTOSAR development partnership and its community.
🌐
Rust
docs.rs › autosar-data-specification
autosar_data_specification - Rust
Specification of the Autosar arxml file format in the form of rust data structures
Discussions

AUTOSAR announces new Working Group for Programming Language Rust in Automotive Software context
The "Core Partners" of AUTOSAR are the BMW Group, Bosch, Continental, Daimler, Ford, General Motors, the PSA Group, Toyota and the Volkswagen Group. In addition to these companies, more than 320 partners play an important role in the success of the partnership and can use the standards free of charge. I have no knowledge of the automotive world, but this seems like a big deal! More on reddit.com
🌐 r/rust
40
312
March 15, 2022
AUTOSAR, Rust in Automotive, requirements, Q&A
Who: @cpetig General idea: Inspired by https://www.autosar.org/news-events/details/autosar-announces-new-working-group-for-programming-language-rust-in-automotive-software-context-202/ Invite the R... More on github.com
🌐 github.com
19
March 17, 2022
🌐
Rust
docs.rs › autosar-data › latest › autosar_data
autosar_data - Rust
use autosar_data::*; /* load a multi-file data model */ let model = AutosarModel::new(); let (file_1, warnings_1) = model.load_file("some_file.arxml", false)?; let (file_2, warnings_2) = model.load_file("other_file.arxml", false)?; /* load a buffer */ let (file_3, _) = model.load_buffer(buffer, "filename.arxml", true)?; /* write all files of the model */ model.write()?; /* alternatively: */ for file in model.files() { let file_data = file.serialize(); // do something with file_data } /* iterate over all elements in all files */ for (depth, element) in model.elements_dfs() { if element.is_ident
🌐
GitHub
github.com › DanielT › autosar-data
GitHub - DanielT/autosar-data: A rust crate to work with Autosar data (arxml) files
A rust crate to work with Autosar data (arxml) files - DanielT/autosar-data
Starred by 53 users
Forked by 15 users
Languages   Rust 100.0% | Rust 100.0%
🌐
Reddit
reddit.com › r/rust › autosar announces new working group for programming language rust in automotive software context
r/rust on Reddit: AUTOSAR announces new Working Group for Programming Language Rust in Automotive Software context
March 15, 2022 - A place for all things related to the Rust programming language—an open-source systems language that emphasizes performance, reliability, and productivity. ... Tiếng ViệtFrançaisRomânăNorsk (Bokmål)Español (Latinoamérica)Bahasa ...
🌐
GitHub
github.com › rust-lang › ctcft › issues › 28
AUTOSAR, Rust in Automotive, requirements, Q&A · Issue #28 · rust-lang/ctcft
March 17, 2022 - General idea: Inspired by https://www.autosar.org/news-events/details/autosar-announces-new-working-group-for-programming-language-rust-in-automotive-software-context-202/ Invite the Rust expert driving that effort to discuss their needs, requirements, and collaboration model, and have a long Q&A session.
Author   joshtriplett
🌐
Electronics Weekly
electronicsweekly.com › home › rust as a autosar component, for tc4x automotive memory security
Rust as a Autosar component, for TC4x automotive memory security | Electronics Weekly
July 21, 2025 - Rust applications can be Autosar software components on TC4x automotive microcontrollers, allowing Rust to run alongside C and C++, following a cooperation between HighTec EDV-Systeme, Elektrobit and Infineon.
🌐
Rust-embedded
blog.rust-embedded.org
Rust Embedded Working Group
AUTOSAR announces new Working Group for Programming Language Rust in Automotive Software context.
Find elsewhere
🌐
Expleo
expleo.com › home › insights › blog › autosar and rust: the new dream team for software-defined vehicles?
AUTOSAR and RUST: The new dream team for Software-Defined Vehicles?
October 23, 2024 - The AUTOSAR standard and the RUST programming language are perfect partners for the development of Software-Defined Vehicles. Discover more
🌐
Synopsys
synopsys.com › blogs › chip-design › validation-of-autosar-classic-ecus-running-rust-swcs-a-safer-path-to-automotive-software.html
Validation of AUTOSAR Classic ECUs Running Rust SWCs
January 27, 2025 - Rust’s interoperability with C makes it possible to maintain major parts of the AUTOSAR Classic stack, such as RTE, BSW, and MCAL, while implementing new AUTOSAR software components (SWCs) in Rust or by migrating existing AUTOSAR SWCs gradually from C to Rust code.
🌐
LinkedIn
linkedin.com › pulse › rust-automotive-shalini-krishnakumar
RUST for automotive
June 30, 2023 - As explained in the Wikipedia article ... • AUTOSAR announced that it investigates how the Programming Language Rust could be applied in Adaptive Platform Context within the Working Group Safety....
🌐
Theembeddedrustacean
theembeddedrustacean.com › p › embedded-rust-adoption-tracking
Embedded Rust Adoption Tracking
January 5, 2026 - SAE SAfEr Rust Task Force is a ... in the automotive industry. AUTOSAR Rust Working Group is responsible for investigating the use of the Rust programming language ......
🌐
Hightec-rt
hightec-rt.com › drivecore-autosar-rust
Drive Core AUTOSAR (Rust) - HighTec EDV-Systeme GmbH
Drive Core Rust accelerates and simplifies evaluation and development of Rust for automotive applications based on Autosar
🌐
Medium
medium.com › @sojan.james › the-case-for-using-rust-for-automotive-software-19400779f126
The case for using Rust for Automotive software | by Sojan James | Medium
July 9, 2019 - I firmly believe that Rust is an excellent language for complex embedded software — especially automotive system software that requires additional safety guarantees. I wish that system software developers see this potential and try out Rust. I believe there is scope to build an equivalent to Adaptive Autosar with Rust.
🌐
Vector Support
support.vector.com › kb
- How to Write AUTOSAR Classic Software Components (SWCs) in Rust - Knowledge Portal
- - Question: How can I write AUTOSAR Classic Software Components (SWCs) in Rust? Answer: Writing Software
🌐
Intellias
intellias.com › integrating-rust-based-applications-with-autosar-classic-environment
Integrating Rust-Based Applications with AUTOSAR Classic Environment - Intellias
December 9, 2025 - Intellias experts used the Infineon-compatible HighTec Rust compiler for Rust implementation of the Runnable functions into a static library, which is subsequently linked with the AUTOSAR Classic BSW and other applications during the final integration.
🌐
Vector
vector.com › at › en › news › news › safety-applications-with-rust-and-autosar-classic
Vector and HighTec Bring Functional Safety Applications With Rust and AUTOSAR Classic to the Road | Vector
June 25, 2024 - The two companies have demonstrated the world's first successful integration of Rust applications with C-based AUTOSAR Classic basic software. Rust and its advantages can thus be used for safety applications in automotive ECUs with the highest requirements.