Stability tier attribute macros for the oxicode workspace.
Provides four attributes that render as colored badges in cargo doc:
#[stable(since = "0.63.0")]— green badge, semver-stable#[unstable(feature = "browser")]— amber badge, may change#[internal]— hides from docs (#[doc(hidden)])#[deprecated(since = "0.64.0")]— red badge + native deprecation warning