IronRDP/crates/ironrdp-cliprdr
Benoît Cortier 48e02441d2
chore: update Rust toolchain to 1.88.0 (#852)
MSRV is also bumped to 1.84.
2025-07-03 07:38:28 +03:00
..
src chore: update Rust toolchain to 1.88.0 (#852) 2025-07-03 07:38:28 +03:00
Cargo.toml chore(release): prepare for publishing (#748) 2025-05-27 15:21:56 +00:00
CHANGELOG.md chore(release): prepare for publishing (#748) 2025-05-27 15:21:56 +00:00
LICENSE-APACHE chore: symlinks to license files in packages (#604) 2024-12-11 08:13:26 -05:00
LICENSE-MIT chore: symlinks to license files in packages (#604) 2024-12-11 08:13:26 -05:00
README.md docs: add project links to READMEs for consistency 2024-10-29 19:14:20 +09:00

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.