html_export 0.1.1

Basic struct & enums to html file conversion crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "html_export"
version = "0.1.1"
edition = "2021"
authors = ["Thomas Hodson thomas.hodson.pro@gmail.com"]
description = "Basic struct & enums to html file conversion crate"
repository = "https://github.com/Hodson-Thomas/Rust-Html-Export"
homepage = "https://github.com/Hodson-Thomas/Rust-Html-Export/wiki"
keywords = ["html", "conversion", "generation", "rust"]
categories = ["template-engine"]
license = "MIT"
readme = "README.md"

[dependencies]