Aurochs
Pronounced O-rocks
History
Is an extinct cattle species, considered to be the wild ancestor of modern domestic cattle. With a shoulder height of up to 180 cm (71 in) in bulls and 155 cm (61 in) in cows, it was one of the largest herbivores in the Holocene; it had massive elongated and broad horns that reached 80 cm (31 in) in length. Wiki
Some use cases may include:
- A server side application where you use Rust to generate the HTML and you send the generated string as the request result
- A static site generator where you create a blog template which takes a set of arguments and returns a html representation
- A frontend generator for applications making use of html, such as Tauri and Electron
Brings some of the JavaScript functionality of creating HTML elements to Rust
Usage
Aurochs is a html generator. Using a similar syntax to JavaScript, easily create templates, generate html and create amazing applications.
⚠️ This project is unstable al the moment. Breaking changes are introduced with every version update. Consider using at your own risk and preferably outside of production.
use Document;