Rust Attributes まとめ

4988 ワード

Attributes の分類

  • Built-in attributes
  • Macro attributes
  • Derive macro helper attributes
  • Tool attributes

Built-in attributes

no_std / no_main / no_mangle 等