A simple web rendering engine for HTML and CSS, using Rust.
Credit: https://github.com/mbrubeck and https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html
To successful run this code, you need to have Rust and Cargo installed on your Machine.
For the instalation guide click here.
Just clone the repo and use cargo to run the code as shown below
$ git clone https://github.com/federicobaldini/web-rendering-engine
$ cd web-rendering-engine
web-rendering-engine->$ cargo run
To run code tests, use the following command
web-rendering-engine->$ cargo test