Expand description
This is an example library demonstrating various attributes from the instability
crate.
Modules§
Structs§
- Stable
Struct - 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§
- Stable
Enum - A stable enum
- Unstable
Enum unstable-enum
- An unstable enum
Constants§
- STABLE_
CONSTANT - A stable constant
- UNSTABLE_
CONSTANT unstable-constant
- An unstable constant
Statics§
- STABLE_
STATIC - A stable static
- UNSTABLE_
STATIC unstable-static
- An unstable static
Traits§
- Stable
Trait - A stable trait
- Unstable
Trait unstable-trait
- An unstable trait
Functions§
- stable_
function - A stable function
- stable_
reexport - 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§
- Stable
Type Alias - A stable type alias
- Unstable
Type Alias unstable-type-alias
- An unstable type alias