alienware

Crates.ioalienware
lib.rsalienware
version
sourcesrc
created_at2022-02-24 12:07:33.645927
updated_at2025-01-27 23:40:50.623415
descriptionAPI to control the lights on an Alienware Alpha R1/R2
homepagehttps://github.com/a1ecbr0wn/alienware-wmi
repositoryhttps://github.com/a1ecbr0wn/alienware-wmi/tree/main/alienware
max_upload_size
id538481
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Alec Brown (a1ecbr0wn)

documentation

https://docs.rs/alienware

README

alienware

Crates.io Crates.io Build Status docs.rs dependency status

The alienware crate provides a Rust API access to the Linux sysfs platform api for control of the lights on an Alienware Alpha desktop machine. The API is based on the alienware_wmi_control.sh script that used to come with the SteamOS distribution of Linux for Alienware machines.

You might also want to check out a python project to control the same lights AlienFX.

Install/Use

To use the alienware api, first add this to your Cargo.toml:

[dependencies]
alienware = "1.0.1"

and then, add this to your crate root:

use alienware;

Disclaimer and License

If you use this software, you use it AT YOUR OWN RISK.

This software is licenced under the Apache-2.0 licence.

Commit count: 0

cargo fmt