servo-capi 0.5.0

C API for the Servo rendering engine
docs.rs failed to build servo-capi-0.5.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: servo-capi-0.4.0

servo-capi

This crate provides a C FFI wrapper for Servo's native Rust API.

The goal is to allow Servo to be consumed by embedders in other languages and eventually also provide a stable ABI for Servo by wrapping this crate again in a Rust API.

Testing

The tests for the C API exposed by this crate live in the servo-capi-tests crate that lives in tests/capi. Refer to that crate's README.md for the rationale and how to run the tests.