servo-capi 0.0.1

Placeholder release (coming soon) - C API for the Servo rendering engine
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 79.32 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 249.52 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 6m 43s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • servo/servo
    37720 3750 2923
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jdm sagudev jschwe mrobinson

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.