mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-08-04 15:18:17 +00:00
![]() Crates to release: - ironrdp-acceptor -> 0.2.0 - ironrdp-async -> 0.2.0 - ironrdp-blocking -> 0.2.0 - ironrdp-session -> 0.2.0 - ironrdp-server -> 0.3.0 - ironrdp -> 0.7.0 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
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.