IronRDP/crates/ironrdp-acceptor
Marc-André Lureau 402ffd56c9 refactor(core): move Encode/Decode to core
ironrdp-pdu contains lots of code that we don’t actually need in other crates such as the virtual channels.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2024-08-30 00:05:16 -04:00
..
src refactor(core): move Encode/Decode to core 2024-08-30 00:05:16 -04:00
Cargo.toml refactor(core): move WriteBuf 2024-08-30 00:05:16 -04:00
README.md doc: elaborate high-level documentation (#192) 2023-09-18 19:03:39 +00:00

IronRDP Acceptor

State machines to drive an RDP connection acceptance sequence.

For now, it requires the Tokio runtime.