Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Recordscript/recordscript
/ x11.rs
File
x11.rs
libs/scrap/src/common/x11.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use crate::{common::TraitCapturer, x11, Frame, Pixfmt, TraitPixelBuffer};
2
use std::{io, time::Duration};
3
4
pub struct Capturer(x11::Capturer);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected