Skip to content
/ adl-rs Public

This repository provides Rust bindings for the AMD Display Library (ADL).

License

Notifications You must be signed in to change notification settings

shm11C3/adl-rs

Repository files navigation

adl-rs

CI (Windows)

This repository provides Rust bindings for the AMD Display Library (ADL).
The project is currently development and aims to provide high coverage of the ADL SDK.

Develop

Directory Structure

adl-rs
├── adl
│   ├── src
│   ├── Cargo.toml
│   └── Cargo.lock
├── adl-example
│   ├── src
│   ├── Cargo.toml
│   └── Cargo.lock
├── adl-sys
│   ├── src
│   ├── Cargo.toml
│   └── Cargo.lock
├── Cargo.toml
└── Cargo.lock
  • adl: The high-level library that provides safe and ergonomic Rust bindings for ADL.
  • adl-sys: The low-level library that provides raw FFI bindings to the ADL SDK.
  • adl-example: A sample application demonstrating how to use the adl crate.

Build

cargo build --workspace

Run

cargo run --manifest-path ./adl-example/Cargo.toml

About

This repository provides Rust bindings for the AMD Display Library (ADL).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published