flogging_macros

Crates.ioflogging_macros
lib.rsflogging_macros
version0.6.0
created_at2025-07-27 12:53:44.674143+00
updated_at2025-08-27 14:16:11.498385+00
descriptionMacro support package for the 'flogging' crate.
homepage
repositoryhttps://github.com/bewillcott/flogging
max_upload_size
id1770027
size35,673
Bradley Willcott (bewillcott)

documentation

https://docs.rs/flogging_macros

README

WARNING

This is a supporting crate for the flogging crate.

It is not meant to be used on its own. In fact, it would not work without the other crate. Further, it should not be separately added to your project. Add flogging instead, and this will be included as a dependent to that crate.

$ cargo add flogging

Alternatively, add the following to your project's Cargo.toml file:

[dependencies]
flogging = "0.6.0"

Version numbering will be maintained in accordance with the requirements of the flogging crate.

Commit count: 138

cargo fmt