summaryrefslogtreecommitdiffstats
path: root/rust/vendor/test-case/README.tpl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 17:39:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 17:39:49 +0000
commita0aa2307322cd47bbf416810ac0292925e03be87 (patch)
tree37076262a026c4b48c8a0e84f44ff9187556ca35 /rust/vendor/test-case/README.tpl
parentInitial commit. (diff)
downloadsuricata-a0aa2307322cd47bbf416810ac0292925e03be87.tar.xz
suricata-a0aa2307322cd47bbf416810ac0292925e03be87.zip
Adding upstream version 1:7.0.3.upstream/1%7.0.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'rust/vendor/test-case/README.tpl')
-rw-r--r--rust/vendor/test-case/README.tpl25
1 files changed, 25 insertions, 0 deletions
diff --git a/rust/vendor/test-case/README.tpl b/rust/vendor/test-case/README.tpl
new file mode 100644
index 0000000..a6f9415
--- /dev/null
+++ b/rust/vendor/test-case/README.tpl
@@ -0,0 +1,25 @@
+[![Crates.io](https://img.shields.io/crates/v/test-case.svg)](https://crates.io/crates/test-case)
+[![Docs.rs](https://docs.rs/test-case/badge.svg)](https://docs.rs/test-case)
+[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/rust-lang/docs.rs/master/LICENSE)
+[![Build Status](https://github.com/frondeus/test-case/workflows/Test/badge.svg)](https://github.com/frondeus/test-case/actions)
+{{badges}}
+
+# Test Case
+
+{{readme}}
+
+## License
+
+Licensed under of MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)
+
+### Contribution
+
+All contributions and comments are more than welcome! Don't be afraid to open an issue or PR whenever you find a bug or have an idea to improve this crate.
+
+Recommended tools:
+* `cargo readme` - to regenerate README.md based on template and lib.rs comments
+* `cargo insta` - to review test snapshots
+* `cargo edit` - to add/remove dependencies
+* `cargo fmt` - to format code
+* `cargo clippy` - for all insights and tips
+* `cargo fix` - for fixing warnings