# camctl_rs
[](https://crates.io/crates/camctl_rs)
[](LICENSE.txt)
[](https://github.com/Dhs92/camctl_rs/issues)
A Rust rewrite of https://github.com/leaty/camctl
# Usage
```rust
use camctl_rs::Kraken;
let ctx = libusb::Context::new()?;
let kraken = Kraken::from(&ctx)?;
kraken.set_fan(75); // sets the fan speed to 75%
```
# TODO
- Timeout configurable
- More logging