Crate shele

Source
Expand description

§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.

Any complain or bug/issue are welcome! If you want to contribute, just read to the shele repository.

Modules§

element
Module that represents the base of the crate. Provides the basic Element builder API.
prelude
Module that compacts the most used functions and structs in the module.
tags
Utility module that facilitates the usage of the HTML Builder.