mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
![]() As written in the workspace Cargo.toml: > Note that for better cross-tooling interactions, do not use workspace dependencies for anything that is not "workspace internal" (e.g.: mostly dev-dependencies). E.g.: release-plz can’t detect that a dependency has been updated in a way warranting a version bump in the dependant if no commit is touching a file associated to the crate. It is technically okay to use that for "private" (i.e.: not used in the public API) dependencies too, but we still want to make follow-up releases to stay up to date with the community, even for private dependencies. Expectation is that release-plz will be able to auto-detect when bumping dependents is necessary. Closes #689 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
CHANGELOG.md | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
IronRDP Display Control Virtual Channel Extension MS-RDPEDISP implementation.
Display Control Virtual Channel Extension MS-RDPEDISP implementation.
This library includes:
- Display Control DVC PDUs parsing
- Display Control DVC processing (TODO)