Crates.io | flogging_macros |
lib.rs | flogging_macros |
version | 0.6.0 |
created_at | 2025-07-27 12:53:44.674143+00 |
updated_at | 2025-08-27 14:16:11.498385+00 |
description | Macro support package for the 'flogging' crate. |
homepage | |
repository | https://github.com/bewillcott/flogging |
max_upload_size | |
id | 1770027 |
size | 35,673 |
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.