codetether-browser 0.1.0

Browser automation runtime for CodeTether
Documentation
1
2
3
4
#[derive(Debug, Clone)]
pub struct ScreenshotData {
    pub bytes: Vec<u8>,
}