Skip to content

Commit d3834b8

Browse files
authored
README: add rust workflow badge
1 parent 0f7e965 commit d3834b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# tauri-bindgen-rs-macros
22

3+
![rust workflow](https://github.com/jvatic/tauri-bindgen-rs-macros/actions/workflows/rust.yml/badge.svg)
4+
35
This is an *experimental* crate to aid in generating Rust IPC bindings for [Tauri](https://tauri.app/) commands (for those of us who'd like to use Rust for the front-end). Please review the code before using it.
46

57
## Why
@@ -69,4 +71,4 @@ I couldn't find a comfortable way of defining commands that would maintain type
6971
set_greeting(greeting);
7072
});
7173
// ...
72-
```
74+
```

0 commit comments

Comments
 (0)