http://gothub.r4focoma7gu2zdwwcjjad47ysxt634lg73sxmdbkdozanwqslho5ohyd.onion/ChurchTao/clipboard-rs
( "txt={}" , content ) ; } Reading Images use clipboard_rs :: { common :: RustImage , Clipboard , ClipboardContext } ; const TMP_PATH : & str = "/tmp/" ; fn main ( ) { let ctx = ClipboardContext :: new ( ) . unwrap ( ) ; let types = ctx . available_formats ( ) . unwrap ( ) ; println ! ( "{:?}" , types ) ; let img = ctx . get_image ( ) ; match img { Ok ( img ) => { img . save_to_path ( format ! ( "{}test.png" , TMP_PATH ) . as_str ( ) ) ....