IronRDP/crates/ironrdp/README.md
Benoît Cortier bab049aa00
docs(ironrdp): README.md dedicated to the meta crate (#582)
Using the top-level README.md of the repository is not ideal.

1/ It contains many information unrelated to the meta crate itself.

2/ The following attribute:

```
 #![doc = include_str!("../../../README.md")]
```

will fail at finding the README.md when built via `cargo package`.
2024-11-20 11:15:29 +00:00

177 B

IronRDP meta crate

A meta crate re-exporting IronRDP crates for convenience.

This crate is part of the IronRDP project.