Note defined attributes - nejucomo/rust GitHub Wiki
This page catalogs the item attributes known to the compiler or used by convention.
Crate
- link
- name
- vers
- uuid
- url
- comment
- license
- copyright
- crate_type
- no_core - Don't link libcore automatically
- lint
- no_ctypes
Mod
- path
Native
- abi
- link_name
- link_args
- nolink - Don't perform the default linking for a native module
Testing
- test
- ignore
- should_fail
Misc
- cfg
- path
- doc
- doc(hidden)
- inline