mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-07-07 17:45:01 +00:00
|
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
IronRDP CLIPRDR
Implementation of clipboard static virtual channel(CLIPRDR
) described in MS-RDPECLIP
This library includes:
- Clipboard SVC PDUs parsing
- Clipboard SVC processing
- Clipboard backend API types for implementing OS-specific clipboard logic
For concrete native clipboard backend implementations, see ironrdp-cliprdr-native
crate.
This crate is part of the IronRDP project.