Skip to content

Commit f55e82f

Browse files
elmarcoCBenoit
authored andcommitted
chore: add missing README.md files
Signed-off-by: Marc-André Lureau <[email protected]>
1 parent 5e5e1aa commit f55e82f

File tree

9 files changed

+68
-0
lines changed

9 files changed

+68
-0
lines changed

crates/ironrdp-dvc/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# IronRDP DVC
2+
3+
RDP Dynamic Virtual Channel (DVC) support.
4+
5+
This crate is part of the [IronRDP] project.
6+
7+
[IronRDP]: https://github.com/Devolutions/IronRDP

crates/ironrdp-error/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# IronRDP Error
2+
3+
A lightweight and `no_std`-compatible generic `Error` type.
4+
5+
This crate is part of the [IronRDP] project.
6+
7+
[IronRDP]: https://github.com/Devolutions/IronRDP

crates/ironrdp-futures/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# IronRDP Futures
2+
3+
`Framed*` traits implementation above `futures`’s traits.
4+
5+
This crate is part of the [IronRDP] project.
6+
7+
[IronRDP]: https://github.com/Devolutions/IronRDP
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# IronRDP PDU generators
2+
3+
`proptest` generators for `ironrdp-pdu` types.
4+
5+
This crate is part of the [IronRDP] project.
6+
7+
[IronRDP]: https://github.com/Devolutions/IronRDP
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# IronRDP RDPSND native backends
2+
3+
Native RDPSND backend implementations.
4+
5+
Currently, only [CPAL] backend is supported.
6+
7+
This crate is part of the [IronRDP] project.
8+
9+
[CPAL]: https://github.com/rustaudio/cpal
10+
[IronRDP]: https://github.com/Devolutions/IronRDP

crates/ironrdp-rdpsnd/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# IronRDP RDPSND
2+
3+
RDPSND static channel for audio output implemented as described in [MS-RDPEA].
4+
5+
This crate is part of the [IronRDP] project.
6+
7+
[IronRDP]: https://github.com/Devolutions/IronRDP
8+
[MS-RDPEA]: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-rdpea/bea2d5cf-e3b9-4419-92e5-0e074ff9bc5b
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# IronRDP session generators
2+
3+
`proptest` generators for `ironrdp-session` types.
4+
5+
This crate is part of the [IronRDP] project.
6+
7+
[IronRDP]: https://github.com/Devolutions/IronRDP

crates/ironrdp-tokio/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# IronRDP Tokio
2+
3+
`Framed*` traits implementation above [Tokio]’s traits.
4+
5+
This crate is part of the [IronRDP] project.
6+
7+
[IronRDP]: https://github.com/Devolutions/IronRDP
8+
[Tokio]: https://tokio.rs/

crates/now-proto-pdu/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# IronRDP now-proto-pdu
2+
3+
The NOW virtual channel protocol use an RDP dynamic virtual channel ("Devolutions::Now::Agent") as a transport type.
4+
5+
This crate is part of the [IronRDP] project.
6+
7+
[IronRDP]: https://github.com/Devolutions/IronRDP

0 commit comments

Comments
 (0)