Crate instability_example

Source
Expand description

This is an example library demonstrating various attributes from the instability crate.

Modules§

stable
A stable module
unstableunstable-module
An unstable module

Structs§

StableStruct
A stable struct
UnstableStructunstable-struct
An unstable struct
UnstableStructWithIssueunstable-struct-with-issue
An unstable struct with an issue link

Enums§

StableEnum
A stable enum
UnstableEnumunstable-enum
An unstable enum

Constants§

STABLE_CONSTANT
A stable constant
UNSTABLE_CONSTANTunstable-constant
An unstable constant

Statics§

STABLE_STATIC
A stable static
UNSTABLE_STATICunstable-static
An unstable static

Traits§

StableTrait
A stable trait
UnstableTraitunstable-trait
An unstable trait

Functions§

stable_function
A stable function
stable_reexport
A stable re-export of a private stable item
unstable_functionunstable-function
An unstable function
unstable_reexportunstable-reexport
An unstable re-export of a private stable item
unstable_unstable_exportunstable-reexport
An unstable reexport of a private unstable item

Type Aliases§

StableTypeAlias
A stable type alias
UnstableTypeAliasunstable-type-alias
An unstable type alias