Skip to main content

cbf_chrome_sys/
lib.rs

1//! Chromium-specific low-level FFI bindings and bridge-facing primitives.
2//!
3//! This crate owns the unsafe C ABI contract with `cbf_bridge`.
4
5pub mod ffi;