git_function_history-proc-macro 0.1.0

A proc macro to generate a bunch of stuff for enums - for git_function_history
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 7.32 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 281.45 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 6s Average build duration of successful builds.
  • all releases: 6s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mendelsshop

git_function_history_proc-macro

Crates.io Docs.rs msrv

This crate provides a procedural derive macro enum_stuff along with the attribue enumstuff which is used to skip fields or variants for the crate git_function_history, that makes it easier to parse list of strings to filter types provided by the git_function_history crate, along with some other stuff for types that derive it. This makes it easier for consumer of the git_function_history crate to create UIs by providing a way to turn user commands into filters and commands the git_function_history crate can understand. To see an example of the features provided by this crate in use look at cargo-function-history.