Safety-Critical Rust Coding Guidelines

Contents:

  • Introduction
  • Overview
  • Coding Guidelines
    • Types and Traits
    • Patterns
    • Expressions
    • Values
    • Statements
    • Functions
    • Associated Items
      • Recursive function are not allowed
    • Implementations
    • Generics
    • Attributes
    • Entities And Resolution
    • Ownership And Destruction
    • Exceptions And Errors
    • Concurrency
    • Program Structure And Compilation
    • Unsafety
    • Macros
    • Ffi
    • Inline Assembly
  • Compliance
  • Process
  • Appendices
  • Retired Guidelines
Safety-Critical Rust Coding Guidelines
  • Coding Guidelines
  • Associated Items
  • View page source

Associated Items

  • Recursive function are not allowed
Previous Next

© Copyright 2025, Contributors to Coding Guidelines Subcommittee.

Built with Sphinx using a theme provided by Read the Docs. This site is powered through Netlify.