IronRDP/crates/ironrdp-acceptor
Marc-André Lureau b4c4b7ef58 chore(pdu): introduce DecodeResult
Introduce a new error type to split encoding/decoding errors as well as
helper traits and functions to ease porting and conventions.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2024-08-30 00:05:16 -04:00
..
src chore(pdu): introduce DecodeResult 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.