figue-attrs 2.0.0

Attribute macros for figue CLI argument parsing
Documentation
  • Coverage
  • 100%
    17 out of 17 items documented0 out of 1 items with examples
  • Size
  • Source code size: 17.82 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.64 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 34s Average build duration of successful builds.
  • all releases: 26s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • bearcove/figue
    15 3 5
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • fasterthanlime

figue-attrs

crates.io documentation MIT/Apache-2.0 licensed

Attribute macros for figue CLI argument parsing.

Note: This is an internal crate. Users should depend on figue directly, which re-exports everything from this crate.

Why a separate crate?

This crate exists to work around Rust's restriction on accessing macro-expanded #[macro_export] macros by absolute paths within the same crate (rust-lang/rust#52234).

By defining the attribute grammar macros in a separate crate, the main figue crate can reference them via an external crate path.

License

Licensed under either of:

at your option.