mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
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`.
177 B
177 B
IronRDP meta crate
A meta crate re-exporting IronRDP crates for convenience.
This crate is part of the IronRDP project.