diff --git a/crates/ironrdp-dvc/README.md b/crates/ironrdp-dvc/README.md new file mode 100644 index 00000000..c8218d4d --- /dev/null +++ b/crates/ironrdp-dvc/README.md @@ -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 diff --git a/crates/ironrdp-error/README.md b/crates/ironrdp-error/README.md new file mode 100644 index 00000000..2732fe67 --- /dev/null +++ b/crates/ironrdp-error/README.md @@ -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 diff --git a/crates/ironrdp-futures/README.md b/crates/ironrdp-futures/README.md new file mode 100644 index 00000000..437dfd3b --- /dev/null +++ b/crates/ironrdp-futures/README.md @@ -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 diff --git a/crates/ironrdp-pdu-generators/README.md b/crates/ironrdp-pdu-generators/README.md new file mode 100644 index 00000000..6845d079 --- /dev/null +++ b/crates/ironrdp-pdu-generators/README.md @@ -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 diff --git a/crates/ironrdp-rdpsnd-native/README.md b/crates/ironrdp-rdpsnd-native/README.md new file mode 100644 index 00000000..cde9477b --- /dev/null +++ b/crates/ironrdp-rdpsnd-native/README.md @@ -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 diff --git a/crates/ironrdp-rdpsnd/README.md b/crates/ironrdp-rdpsnd/README.md new file mode 100644 index 00000000..89c54489 --- /dev/null +++ b/crates/ironrdp-rdpsnd/README.md @@ -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 diff --git a/crates/ironrdp-session-generators/README.md b/crates/ironrdp-session-generators/README.md new file mode 100644 index 00000000..25623639 --- /dev/null +++ b/crates/ironrdp-session-generators/README.md @@ -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 diff --git a/crates/ironrdp-tokio/README.md b/crates/ironrdp-tokio/README.md new file mode 100644 index 00000000..99a7861d --- /dev/null +++ b/crates/ironrdp-tokio/README.md @@ -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/ diff --git a/crates/now-proto-pdu/README.md b/crates/now-proto-pdu/README.md new file mode 100644 index 00000000..4eaf2948 --- /dev/null +++ b/crates/now-proto-pdu/README.md @@ -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