Skip to content

A simple web rendering engine for HTML and CSS, using Rust.

Notifications You must be signed in to change notification settings

federicobaldini/web-rendering-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-rendering-engine

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

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/web-rendering-engine
$ cd web-rendering-engine
web-rendering-engine->$ cargo run 

Test

To run code tests, use the following command

web-rendering-engine->$ cargo test 

About

A simple web rendering engine for HTML and CSS, using Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages