Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an exhaustive list of standard attributes?

Tags:

rust

I'm looking for an exhaustive list of attributes that are available by default: without any external crates or experimental features enabled.

Does such a list exist?

like image 868
w.brian Avatar asked Oct 27 '25 05:10

w.brian


1 Answers

Yes, the Rust reference contains a list of attributes (though it might not be up to date).

Quoting from the Rust book section on attributes you linked:

There is a full list of attributes in the reference. Currently, you are not allowed to create your own attributes, the Rust compiler defines them.

like image 155
Robin Krahl Avatar answered Oct 30 '25 09:10

Robin Krahl



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!