Skip to main content

stable

Attribute Macro stable 

Source
#[stable]
Expand description

Attribute that marks an item as semver-stable.

The macro name shadows the built-in #[stable] (rustdoc-only) inside the same use-scope — use the qualified path #[oxicode_api_stability::stable(...)] if you also need the built-in.