flogging_macros 0.6.0

Macro support package for the 'flogging' crate.
Documentation

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.