doc(badges): add ci and crates.io badges to readme

This commit is contained in:
Ashley Williams 2022-12-16 08:17:10 -06:00
parent 3c62510e12
commit ce1f5666f3
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# axohtml
![Github Actions Rust](https://github.com/axodotdev/axohtml/actions/workflows/rust.yml/badge.svg)
![crates.io](https://img.shields.io/crates/v/axohtml.svg)
This crate provides the `html!` macro for building fully type checked HTML
documents inside your Rust code using roughly [JSX] compatible syntax.