Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 435 Bytes

File metadata and controls

15 lines (12 loc) · 435 Bytes

freerdp-sys

Rust FFI bindings to the freerdp3 library.

Building

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

Roadmap

  1. Add ability to build from source using the cmake crate.
  2. Add ability to specify build type using cargo features.
  3. Add test suite