IronRDP/crates/ironrdp-blocking
Marc-André Lureau 5381b24444 docs: use Devolutions logo
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2024-10-29 19:14:20 +09:00
..
src docs: use Devolutions logo 2024-10-29 19:14:20 +09:00
Cargo.toml refactor(core): move WriteBuf 2024-08-30 00:05:16 -04:00
README.md docs: add project links to READMEs for consistency 2024-10-29 19:14:20 +09: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.

This crate is part of the IronRDP project.