Stability
Rust API stability attributes for the rest of us.
Install / Use
/learn @sagebind/StabilityREADME
Stability
Rust API stability attributes for the rest of us.
Overview
This crate provides attribute macros for specifying API stability of public API items of a crate. For a quick example:
/// This function does something really risky!
///
/// Don't use it yet!
#[stability::unstable(feature = "risky-function")]
pub fn risky_function() {
unimplemented!()
}
Please check out the documentation for detailed usage.
Installation
Install via Cargo by adding to your Cargo.toml file:
[dependencies]
stability = "0.2.1"
Supported Rust versions
The current release is only guaranteed to work with the latest stable Rust compiler.
License
This project's source code and documentation are licensed under the MIT license. See the LICENSE file for details.
Related Skills
node-connect
354.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
112.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
354.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
354.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
