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-sysC 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
cbfdata 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§
- Chromium
Browser Handle Ext - Extension trait that adds Chrome-specific commands to
BrowserHandle<ChromiumBackend>.