diff --git a/README.md b/README.md index 6b449b9..12b2f36 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[![crates.io](https://img.shields.io/crates/v/test-context?label=latest)](https://crates.io/crates/test-context) +[![Documentation](https://docs.rs/test-context/badge.svg)](https://docs.rs/test-context) +![License](https://img.shields.io/crates/l/test-context.svg) +[![Github](https://github.com/markhildreth/test-context/workflows/Rust/badge.svg?branch=main)](https://github.com/markhildreth/test-context/actions) + # test-context A library for providing custom setup/teardown for Rust tests without needing a test harness. diff --git a/README.tpl b/README.tpl new file mode 100644 index 0000000..b73fc76 --- /dev/null +++ b/README.tpl @@ -0,0 +1,10 @@ +[![crates.io](https://img.shields.io/crates/v/test-context?label=latest)](https://crates.io/crates/test-context) +[![Documentation](https://docs.rs/test-context/badge.svg)](https://docs.rs/test-context) +![License](https://img.shields.io/crates/l/test-context.svg) +[![Github](https://github.com/markhildreth/test-context/workflows/Rust/badge.svg?branch=main)](https://github.com/markhildreth/test-context/actions) + +# {{crate}} + +{{readme}} + +License: {{license}}