4 releases (2 breaking)
0.4.0 | Dec 29, 2023 |
---|---|
0.3.1 | Dec 29, 2023 |
0.3.0 | Dec 29, 2023 |
0.1.0 | Dec 29, 2023 |
#299 in Template engine
12KB
155 lines
Shele
Sun's HTML Elements
A minimalist HTML Builder for Rust.
Provides the basic building blocks for creating HTML Elements.
Attention: This crate is very simple and may not be a good fit for bigger projects.
Modules:
- Element - Provides the basic Element builder API. Used internally to create other functions.
- Tags - Provides an API that is easier to use.
Links:
Any complain or bug/issue are welcome! If you want to contribute, just read to the shele repository.
lib.rs
:
Shele
Sun's HTML Elements
A minimalist HTML Builder for Rust.
Provides the basic building blocks for creating HTML Elements.
Attention: This crate is very simple and may not be a good fit for bigger projects.
Modules:
- Element - Provides the basic Element builder API. Used internally to create other functions.
- Tags - Provides an API that is easier to use.
Links:
Any complain or bug/issue are welcome! If you want to contribute, just read to the shele repository.