minimal-browser
A minimal browser with a super simple 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
Requirements
To successful run this code, you need to have Rust and Cargo installed on your Machine.
For the instalation guide click here.
Getting started
Just clone the repo and use cargo to run the code as shown below
$ git clone https://github.com/federicobaldini/minimal-browser
$ cd minimal-browser
minimal-browser->$ cargo run
Test
To run code tests, use the following command
minimal-browser->$ cargo test