Skip to content

Commit 8c3a70e

Browse files
authored
Update README.md
1 parent 5656211 commit 8c3a70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git_function_history-proc-macro/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Crates.io](https://img.shields.io/crates/v/git_function_history-proc-macro.svg)](https://crates.io/crates/git_function_history-proc-macro)
44
[![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)
5+
![msrv](https://raw.githubusercontent.com/mendelsshop/git_function_history/main/resources/git_function_history-proc-macro-msrv.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)