Skip to content

Commit e77a4d8

Browse files
committed
add badges
1 parent db448aa commit e77a4d8

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

badges/panic-free.svg

Lines changed: 13 additions & 0 deletions
Loading

readme.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<img src="./badges/coverage.svg" width="175">
2-
1+
<img src="./badges/coverage.svg" width="175"> [^2] <img src="./badges/panic-free.svg" width="175"> [^3]
32
---
43

54
<p align="center">
@@ -46,4 +45,8 @@ The languages currently supported are as follows:
4645

4746
For examples, installation and usage instructions see our shiny new [book](https://makspll.github.io/bevy_mod_scripting)
4847

49-
[^1]: Due to the recent re-write of the crate, documentation generation as well as rhai and rune support are temporarilly on hold. They will likely be re-implemented in the future. `Rhai` in particualar is difficult to re-implement due to a lack of support for first-class-functions.
48+
[^1]: Due to the recent re-write of the crate, documentation generation as well as rhai and rune support are temporarilly on hold. They will likely be re-implemented in the future. `Rhai` in particualar is difficult to re-implement due to a lack of support for first-class-functions.
49+
50+
[^2]: the coverage does not include generated bindings.
51+
52+
[^3]: The crate strictly enforces no `unwrap`, `expect`, `panic` or `todo`'s via clippy lints.

0 commit comments

Comments
 (0)