mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
We need to pass these two types into the compositor, so we need a better way to serialize these rust types. We use serde and bincode to serialize/deserialize them, and use ByteBuf to pass the &[u8] data through IPC. We define StyleVecU8 for FFI usage only. Differential Revision: https://phabricator.services.mozilla.com/D50688 |
||
---|---|---|
.. | ||
arc_slice.rs | ||
Cargo.toml | ||
lib.rs | ||
owned_slice.rs | ||
owned_str.rs | ||
specified_value_info.rs | ||
values.rs | ||
viewport.rs |