Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 325 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 325 Bytes

rust_browser_engine

This is my implementation of a toy browser engine.

It should be able to parse HTML and CSS and render the result.

Note that this project was highly inspired by this series of articles: Let's build a browser engine!, by Matt Brubeck.