IronRDP/crates/ironrdp
Alex Yusiuk c84b46be91
refactor: add macro_use_extern_crate rustc style/readability lint (#919)
This lint warns on each `macro_use` attribute on an extern crate. Such a
way of importing macros from a crate is being phased out. Instead of it,
we should directly import the needed macro using `use` import.
2025-08-19 09:45:34 -04:00
..
examples refactor: add macro_use_extern_crate rustc style/readability lint (#919) 2025-08-19 09:45:34 -04:00
src refactor: add more clippy lints to "Compile-time / optimization" section (#875) 2025-07-21 12:28:33 -04:00
Cargo.toml feat: add QOIZ image codec 2025-07-24 06:53:10 -04:00
CHANGELOG.md chore(release): prepare for publishing (#861) 2025-07-08 13:57:06 +00:00
LICENSE-APACHE chore: symlinks to license files in packages (#604) 2024-12-11 08:13:26 -05:00
LICENSE-MIT chore: symlinks to license files in packages (#604) 2024-12-11 08:13:26 -05:00
README.md docs(ironrdp): README.md dedicated to the meta crate (#582) 2024-11-20 11:15:29 +00:00

IronRDP meta crate

A meta crate re-exporting IronRDP crates for convenience.

This crate is part of the IronRDP project.