chore: add missing README.md files

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau
2024-10-29 19:14:20 +09:00
committed by Benoît Cortier
parent 5e5e1aa217
commit f55e82f02e
9 changed files with 68 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# IronRDP DVC
RDP Dynamic Virtual Channel (DVC) support.
This crate is part of the [IronRDP] project.
[IronRDP]: https://github.com/Devolutions/IronRDP
+7
View File
@@ -0,0 +1,7 @@
# IronRDP Error
A lightweight and `no_std`-compatible generic `Error` type.
This crate is part of the [IronRDP] project.
[IronRDP]: https://github.com/Devolutions/IronRDP
+7
View File
@@ -0,0 +1,7 @@
# IronRDP Futures
`Framed*` traits implementation above `futures`s traits.
This crate is part of the [IronRDP] project.
[IronRDP]: https://github.com/Devolutions/IronRDP
+7
View File
@@ -0,0 +1,7 @@
# IronRDP PDU generators
`proptest` generators for `ironrdp-pdu` types.
This crate is part of the [IronRDP] project.
[IronRDP]: https://github.com/Devolutions/IronRDP
+10
View File
@@ -0,0 +1,10 @@
# IronRDP RDPSND native backends
Native RDPSND backend implementations.
Currently, only [CPAL] backend is supported.
This crate is part of the [IronRDP] project.
[CPAL]: https://github.com/rustaudio/cpal
[IronRDP]: https://github.com/Devolutions/IronRDP
+8
View File
@@ -0,0 +1,8 @@
# IronRDP RDPSND
RDPSND static channel for audio output implemented as described in [MS-RDPEA].
This crate is part of the [IronRDP] project.
[IronRDP]: https://github.com/Devolutions/IronRDP
[MS-RDPEA]: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-rdpea/bea2d5cf-e3b9-4419-92e5-0e074ff9bc5b
@@ -0,0 +1,7 @@
# IronRDP session generators
`proptest` generators for `ironrdp-session` types.
This crate is part of the [IronRDP] project.
[IronRDP]: https://github.com/Devolutions/IronRDP
+8
View File
@@ -0,0 +1,8 @@
# IronRDP Tokio
`Framed*` traits implementation above [Tokio]s traits.
This crate is part of the [IronRDP] project.
[IronRDP]: https://github.com/Devolutions/IronRDP
[Tokio]: https://tokio.rs/
+7
View File
@@ -0,0 +1,7 @@
# IronRDP now-proto-pdu
The NOW virtual channel protocol use an RDP dynamic virtual channel ("Devolutions::Now::Agent") as a transport type.
This crate is part of the [IronRDP] project.
[IronRDP]: https://github.com/Devolutions/IronRDP