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ยง

Traitsยง

  • The RenderingContext trait defines a set of methods for managing an OpenGL or GLES rendering context. Implementors of this trait are responsible for handling the creation, management, and destruction of the rendering context and its associated resources.

Functionsยง

Type Aliasesยง