embed-changelog 0.1.0

A helper macro to embed changelogs in crate docs.
docs.rs failed to build embed-changelog-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: embed-changelog-0.1.2

embed-changelog

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

docs.rs crates.io License: MIT OR Apache-2.0 Crates.io Size Crates.io Downloads 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