aurochs 0.1.2

Write html as if you were doing it with JavaScript, but in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[lib]
name = "aurochs"
path = "src/lib.rs"

[package]
categories = ["template-engine", "web-programming"]
description = "Write html as if you were doing it with JavaScript, but in Rust"
edition = "2021"
homepage = "https://github.com/ionutrogojan/aurochs"
keywords = ["html"]
license = "MIT"
name = "aurochs"
readme = "readme.md"
repository = "https://github.com/ionutrogojan/aurochs"
version = "0.1.2"