vite-static-html 0.4.0

HTML generation support for `vite-static`
Documentation
1
2
3
4
5
6
7
8
9
# vite-static-html

This crate has HTML generation support for [vite-static](https://codeberg.org/idkncc/vite-static) crate.

Don't use this crate directly, instead use `html` feature of vite-static:

```
cargo add vite-static -F html
```