The Servo Browser Engine -- A Learner's Notebook

Main Entry Point

The entry point for servo is in components/servo/main.rs.

The responsibility of the fn main() function is to parser commandline argurments, do some initialization, and create a Browser instance (defined in components/servo/lib.rs.) The Browser instance will create a constellation (can be roughly though as a tab/window) and enter the main loop.