Skip to content

Commit c629ac3

Browse files
committed
added git_function_history-proc-macro to msrv checks
1 parent 6418468 commit c629ac3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/msrv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
crates: [git-function-history-lib, cargo-function-history, git-function-history-gui, function_history_backend_thread]
13+
crates: [git-function-history-lib, cargo-function-history, git-function-history-gui, function_history_backend_thread, git_function_history-proc-macro]
1414
fail-fast: false
1515
container: mendelrubin/cargo-msrv:latest
1616
steps:

git_function_history-proc-macro/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +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)
56

67
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.
78
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)