A rust crate for checking if the device is a laptop or not.
Add the crate to your dependencies:
toml
[dependencies]
is-laptop = "*"
Check if the device is a laptop
rust
let laptop: bool = is_laptop::check();
Licensed under either of
at your option.