VOOZH about

URL: https://thenewstack.io/rust-gets-its-missing-piece-official-spec-finally-arrives/

⇱ Rust Gets Its Missing Piece: Official Spec Finally Arrives - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2025-03-28 15:00:56
Rust Gets Its Missing Piece: Official Spec Finally Arrives
Programming Languages / Rust / Software Development

Rust Gets Its Missing Piece: Official Spec Finally Arrives

Ferrous Systems donates its Ferrocene Language Specification to the Rust Project, filling a critical gap and paving the way for wider adoption.
Mar 28th, 2025 3:00pm by Darryl K. Taft
👁 Featued image for: Rust Gets Its Missing Piece: Official Spec Finally Arrives
Featured image via Unsplash.

The Rust Foundation this week announced that Ferrous Systems is donating its Ferrocene Language Specification (FLS) to the Rust Project.

According to the foundation, this donation addresses a critical gap in Rust’s documentation ecosystem — the lack of an official language specification.

A Major Step

“This is a major step… A specification allows for lots of additional tools to be written that can rely on predictable behavior from the language compiler,” Tim McNamara, founder of Accelerant.dev and author of the “Rust In Action” book on Rust programming, told The New Stack.

While the Rust Project has amassed lots of documentation, courses, and tutorials, including the official Rust book, Rust Reference, and more in its online library, a key missing piece was an official language specification.

“Not having a Rust specification is a problem that hasn’t been a big problem yet,” Mitch Ashley, an analyst at The Futurum Group, told The New Stack. “Rust not having a formal spec means there could be potential variances in behaviors, outcomes, and portability between compiler implementations. This hasn’t been a huge issue as ‘rustc‘ is the major compiler used in the community. If more implementations come along, or if software created in Rust has to undergo a formal verification process, that’s tough to do when there isn’t a spec.”

It’s About Time

Initially published in 2015 (Rust 1.0), Rust is nearing its 10th anniversary and it’s about time for a specification.

According to the Rust Foundation, in December 2022, an RFC was submitted to encourage the Rust Project to begin working on a specification. That RFC was approved in July 2023, and work began. Initially, the Rust Project specification team (t-spec) was interested in creating the document from scratch using the Rust Reference as a guiding marker. However, the team knew there was already an external Rust specification that was being used successfully for compiler qualification purposes — the FLS, the foundation said.

What Is FLS?

The FLS is a description of the Rust programming language, developed by Ferrous Systems in July 2022 as part of Ferrocene, a Rust compiler and toolchain designed for safety-critical and regulated industries.

“The FLS provides a structured and detailed reference for Rust’s syntax, semantics, and behavior, serving as a foundation for verification, compliance, and standardization efforts,” the foundation said in a statement.

And since Rust did not have an official language specification back then, nor a plan to write one, the FLS represented a major step toward describing Rust in a way that aligns with industry requirements, particularly in high-assurance domains.

The specification represents “another check box filled for Rust, which will have the cumulative effects of building confidence in the language,” McNamara said. “It’s also an interesting development because the commercial model is different than traditional approaches to creating certified compilers. The company behind the spec has donated it and made their commercial compiler open source.”

Avoiding Confusion

The Rust Foundation noted that the t-spec team wanted to avoid potential confusion from having two highly visible Rust specifications in the industry and decided to try to integrate the FLS with the Rust Reference to create the official Rust Project specification. They approached Ferrous Systems, which agreed to contribute its FLS to the Rust Project and allow the Rust Project to take over its development and management.

This will also enable the Rust Project to oversee its ongoing evolution, providing confidence to companies and developers already relying on the FLS, and marking a major milestone for the Rust ecosystem.

Joel Marcey, director of technology at the Rust Foundation and member of the t-spec team, said Ferrous Systems has already done a massive amount of legwork on the effort.

“Having the FLS integrated officially into the Rust Project will allow the t-spec team to supercharge our progress in the delivery of an official Rust specification that can be utilized by developers, safety-critical tool vendors, and others that look to a language specification for their work,” he said in a statement.

There will be a transition period as the FLS is integrated into the Rust Project. The first phase of work will involve incorporating FLS into the project’s tooling and processes in alignment with existing Rust Project goals. After that integration, Ferrous Systems will discontinue its own specification.

Moving forward, both the FLS and the Rust Reference will form the official Rust Specification.

Ferrous Systems and Ferrocene

“We originally created the Ferrocene Language Specification to provide a structured and reliable description of Rust for the certification of the Ferrocene compiler,” said Felix Gilcher, co-founder of Ferrous Systems, in a statement.

Ferrous Systems is a Berlin-based consultancy specializing in Rust software development and training.

“As an open source-first company, contributing the FLS to the Rust Project is a logical step toward fostering the development of a unified, community-driven specification that benefits all Rust users,” Gilcher said. “We are glad to support this effort and look forward to the long-term impact this will have on Rust’s adoption in regulated and high-assurance domains.”

Ferrocene is an open source Rust compiler toolchain for safety- and mission-critical applications, such as automotive, industrial, and medical development. In January, Ferrocene achieved IEC 62304 Class C qualification for medical device software. In fact, Ferrocene is the first open source-qualified Rust compiler toolchain for safety- and mission-critical applications. It is qualified to automotive (ISO 26262, ASIL-D), industrial development (IEC 61508, SIL4), and medical (IEC 62304, Class C) standards, with more to come, said Florian Gilcher, managing director and co-founder of Ferrous Systems.

Having Ferrocene qualify for these standards “demonstrates our commitment to advancing safety-critical software development through tools that enhance both security and performance,” he said in a statement.

TRENDING STORIES
Darryl K. Taft covers DevOps, software development tools and developer-related issues from his office in the Baltimore area. He has more than 25 years of experience in the business and is always looking for the next scoop. He has worked...
Read more from Darryl K. Taft
SHARE THIS STORY
TRENDING STORIES
TNS owner Insight Partners is an investor in: Class.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.