src/bin.rs
: Servo's entry pointsrc/lib.rs
: libservo entry pointcomponents/layout
: The layout system.components/style
: The CSS styling system.components/script
: The JavaScript and DOM systems.components/compositing
: The compositor and windowing systems.components/gfx
: Graphics rendering, fonts, and text shaping.components/net
: Networking, caching, image decoding.components/msg
: Message structure definitions for inter-task communication.components/*_traits
: Trait definitions to break crate dependencies.components/plugins
: Various compiler plugins and macros used by the rest of Servo.components/util
: Various utility functions used by other Servo components.
These libraries are either internal but used by Servo or external and need special integration:
support/rust-task_info
: A binding to the task_info library on OS X.
tests/contenttest.rs
: Content (JavaScript) test runnertests/contenttest
: Content teststests/reftest.rs
: Reference (layout) test runnertests/reftest
: Reference teststests/html
: Manual test cases and examplestests/power
: Tests for measuring power usagetests/wpt
: Web platform tests and harness
etc
: Various scripts and files that don't belong anywhere else.etc/patches
: Patches for upstream libraries.