docs.rs failed to build derive_less-0.2.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.
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:
derive_less-0.1.7
derive_less
A macro for templating item declarations.
Example
Suppose you needed the following code:
;
;
Instead of typing out #[orange]
, #[apple]
, and pub
, repeatedly for each item declaration, you could simply write:
use derive_less;
derive_less!
You can also mix in derives that only apply to certain items/variants/fields, e.g:
use derive_less;
derive_less!