Skip to main content

Crate cbf_chrome

Crate cbf_chrome 

Source
Expand description

Chromium-specific safe API layer for CBF.

This crate will host Chromium-focused command/event models and backend integration while keeping cbf browser-generic.

Modules§

backend
Chromium IPC backend integration for cbf-chrome.
bridge
FFI bridge adapters between Rust-side models and cbf-chrome-sys C ABI types.
command
Chromium-specific command transport models and conversions.
data
Chrome-specific data types for IPC events and commands, with conversions to/from generic cbf data types.
event
Chrome-specific event types and conversion utilities.
platform
Platform-specific integrations used by cbf-chrome.
process
Chromium process launch and startup wiring for cbf-chrome.

Traits§

ChromiumBrowserHandleExt
Extension trait that adds Chrome-specific commands to BrowserHandle<ChromiumBackend>.