Crates.io | is-laptop |
lib.rs | is-laptop |
version | 0.4.3 |
source | src |
created_at | 2022-06-08 13:06:25.628723 |
updated_at | 2024-01-22 12:05:26.342924 |
description | A rust crate for checking if the device is a laptop or not |
homepage | |
repository | https://github.com/AmionSky/is-laptop |
max_upload_size | |
id | 602080 |
size | 21,673 |
A rust crate for checking if the device is a laptop or not.
Add the crate to your dependencies:
[dependencies]
is-laptop = "*"
Check if the device is a laptop
let laptop: bool = is_laptop::check();
Licensed under either of
at your option.