{"id":17325687,"url":"https://github.com/sagebind/stability","last_synced_at":"2025-04-10T23:32:35.275Z","repository":{"id":45071951,"uuid":"306487256","full_name":"sagebind/stability","owner":"sagebind","description":"Rust API stability attributes for the rest of us.","archived":false,"fork":false,"pushed_at":"2024-07-04T21:06:07.000Z","size":15,"stargazers_count":29,"open_issues_count":3,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-02T15:53:56.149Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sagebind.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-23T00:09:51.000Z","updated_at":"2025-02-13T19:06:27.000Z","dependencies_parsed_at":"2024-10-30T11:04:00.464Z","dependency_job_id":"63c7d36d-ad75-4ab2-a921-150d951fa1e5","html_url":"https://github.com/sagebind/stability","commit_stats":{"total_commits":6,"total_committers":3,"mean_commits":2.0,"dds":"0.33333333333333337","last_synced_commit":"bdddcd64598e6fc1fb5eb65713bf9daf99070f5c"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagebind%2Fstability","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagebind%2Fstability/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagebind%2Fstability/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sagebind%2Fstability/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sagebind","download_url":"https://codeload.github.com/sagebind/stability/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247801187,"owners_count":20998331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T14:14:04.592Z","updated_at":"2025-04-10T23:32:35.247Z","avatar_url":"https://github.com/sagebind.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stability\n\nRust API stability attributes for the rest of us.\n\n[![Crates.io](https://img.shields.io/crates/v/stability.svg)](https://crates.io/crates/stability)\n[![Documentation](https://docs.rs/stability/badge.svg)][documentation]\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n![Minimum supported Rust version](https://img.shields.io/badge/rustc-1.60+-yellow.svg)\n[![Build](https://github.com/sagebind/stability/workflows/ci/badge.svg)](https://github.com/sagebind/stability/actions)\n\n## Overview\n\nThis crate provides attribute macros for specifying API stability of public API items of a crate. For a quick example:\n\n```rust\n/// This function does something really risky!\n///\n/// Don't use it yet!\n#[stability::unstable(feature = \"risky-function\")]\npub fn risky_function() {\n    unimplemented!()\n}\n```\n\nPlease check out the [documentation] for detailed usage.\n\n## Installation\n\nInstall via Cargo by adding to your `Cargo.toml` file:\n\n```toml\n[dependencies]\nstability = \"0.2.1\"\n```\n\n### Supported Rust versions\n\nThe current release is only guaranteed to work with the latest stable Rust compiler.\n\n## License\n\nThis project's source code and documentation are licensed under the MIT license. See the [LICENSE](LICENSE) file for details.\n\n\n[documentation]: https://docs.rs/stability\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagebind%2Fstability","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsagebind%2Fstability","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagebind%2Fstability/lists"}