Expand description
This is an example library demonstrating various attributes from the instability
crate.
Modules§
- A stable module
- unstable
unstable-module
An unstable module
Structs§
- A stable struct
- Unstable
Struct unstable-struct
An unstable struct - Unstable
Struct With Issue unstable-struct-with-issue
An unstable struct with an issue link
Enums§
- A stable enum
- Unstable
Enum unstable-enum
An unstable enum
Constants§
- A stable constant
- UNSTABLE_
CONSTANT unstable-constant
An unstable constant
Statics§
- A stable static
- UNSTABLE_
STATIC unstable-static
An unstable static
Traits§
- A stable trait
- Unstable
Trait unstable-trait
An unstable trait
Functions§
- A stable function
- A stable re-export of a private stable item
- unstable_
function unstable-function
An unstable function - unstable_
reexport unstable-reexport
An unstable re-export of a private stable item - unstable_
unstable_ export unstable-reexport
An unstable reexport of a private unstable item
Type Aliases§
- A stable type alias
- Unstable
Type Alias unstable-type-alias
An unstable type alias