scuffle-changelog

Crates.ioscuffle-changelog
lib.rsscuffle-changelog
version0.1.1
created_at2025-05-15 05:13:38.980475+00
updated_at2025-06-11 12:40:30.100831+00
descriptionA helper macro to embed changelogs in crate docs.
homepage
repositoryhttps://github.com/scufflecloud/scuffle
max_upload_size
id1674416
size15,477
Troy (TroyKomodo)

documentation

https://docs.rs/scuffle-changelog

README

scuffle-changelog

[!WARNING]
This crate is under active development and may not be stable.

License: MIT OR Apache-2.0 docs.rs crates.io GitHub Actions: ci Codecov


A crate for embedding change logs into rust docs.

Usage

/// Changelogs generated by [scuffle_changelog]
#[cfg(feature = "docs")]
#[scuffle_changelog::changelog]
pub mod changelog {}

License

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

Commit count: 1522

cargo fmt