Skip to content

Commit 5656211

Browse files
authored
Update README.md
1 parent 81f9b8a commit 5656211

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# git_function_history_proc-macro
22

3-
[![Crates.io](https://img.shields.io/crates/v/git_function_history_proc-macro.svg)](https://crates.io/crates/git_function_history_proc-macro)
4-
[![Docs.rs](https://docs.rs/git_function_history_proc-macro/badge.svg)](https://docs.rs/git_function_history_proc-macro)
5-
![msrv](https://raw.githubusercontent.com/mendelsshop/git_function_history/main/resources/git_function_history_proc-macro.svg)
3+
[![Crates.io](https://img.shields.io/crates/v/git_function_history-proc-macro.svg)](https://crates.io/crates/git_function_history-proc-macro)
4+
[![Docs.rs](https://docs.rs/git_function_history-proc-macro/badge.svg)](https://docs.rs/git_function_history-proc-macro)
5+
![msrv](https://raw.githubusercontent.com/mendelsshop/git_function_history/main/resources/git_function_history-proc-macro.svg)
66

77
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`](https://crates.io/crates/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.
88
To see an example of the features provided by this crate in use look at [`cargo-function-history`](https://github.com/mendelsshop/git_function_history/tree/main/cargo-function-history).

0 commit comments

Comments
 (0)