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
- browser
- command
- 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.
- ffi
- FFI bridge adapters between Rust-side models and
cbf-chrome-sysC ABI types. - platform
- Platform-specific integrations used by
cbf-chrome. - process