browsing 0.1.4

Lightweight MCP/API for browser automation: navigate, get content (text), screenshot. Parallelism via RwLock.
Documentation
1
2
3
4
5
6
//! Re-exports of view types from module-specific views
//!
//! Single source of truth: each module owns its view types in its own `views` submodule.
//! This module provides convenient re-exports for a unified public API.

pub use crate::browser::views::BrowserStateSummary;