IronRDP/crates/ironrdp-blocking
Marc-André Lureau 6f779406e6 refactor(blocking): let read_by_hint() optionally accumulate unmatched bytes
The caller can then decide what to do.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2024-08-19 06:44:15 -04:00
..
src refactor(blocking): let read_by_hint() optionally accumulate unmatched bytes 2024-08-19 06:44:15 -04:00
Cargo.toml chore: use workspace lints 2024-07-24 04:35:32 -04:00
README.md doc: elaborate high-level documentation (#192) 2023-09-18 19:03:39 +00:00

IronRDP Blocking

Blocking I/O abstraction wrapping the IronRDP state machines conveniently.

This crate is a higher level abstraction for IronRDP state machines using blocking I/O instead of asynchronous I/O. This results in a simpler API with fewer dependencies that may be used instead of ironrdp-async when concurrency is not a requirement.