oxicode-api-stability 0.65.0

Stability tier attribute macros for oxicode workspace crates
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented0 out of 4 items with examples
  • Size
  • Source code size: 12.11 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 316.14 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 6s Average build duration of successful builds.
  • all releases: 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • a7garden

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