Rust FFI bindings to the freerdp3 library.
freerdp-sys requires you to have freerdp3 installed on your system (only for building).
You can install it on Ubuntu 24.04 like so:
sudo apt install freerdp3-dev- Add ability to build from source using the
cmakecrate. - Add ability to specify build type using cargo features.
- Add test suite