Crates.io | scuffle-changelog |
lib.rs | scuffle-changelog |
version | 0.1.1 |
created_at | 2025-05-15 05:13:38.980475+00 |
updated_at | 2025-06-11 12:40:30.100831+00 |
description | A helper macro to embed changelogs in crate docs. |
homepage | |
repository | https://github.com/scufflecloud/scuffle |
max_upload_size | |
id | 1674416 |
size | 15,477 |
[!WARNING]
This crate is under active development and may not be stable.
A crate for embedding change logs into rust docs.
/// Changelogs generated by [scuffle_changelog]
#[cfg(feature = "docs")]
#[scuffle_changelog::changelog]
pub mod changelog {}
This project is licensed under the MIT or Apache-2.0 license. You can choose between one of them if you use this work.
SPDX-License-Identifier: MIT OR Apache-2.0