Crate servo

source ·
Expand description

Servo, the mighty web browser engine from the future.

This is a very simple library that wires all of Servo’s components together as type Servo, along with a generic client implementing the WindowMethods trait, to create a working web browser.

The Servo type is responsible for configuring a Constellation, which does the heavy lifting of coordinating all of Servo’s internal subsystems, including the ScriptThread and the LayoutThread, as well maintains the navigation context.

Servo is fed events from a generic type that implements the WindowMethods trait.

Re-exports§

Modules§

Structs§

Enums§

Constants§

Functions§