Crates.io | desktop-app-blocker-api |
lib.rs | desktop-app-blocker-api |
version | 0.1.3 |
source | src |
created_at | 2024-09-23 21:17:08.039895 |
updated_at | 2024-10-05 10:55:09.153487 |
description | A cross-platform Rust library for creating application blockers. Useful for productivity apps |
homepage | |
repository | |
max_upload_size | |
id | 1384489 |
size | 35,353 |
Desktop App Blocker API is a utility Rust crate for performing cross-platform "app blocking". Useful for productivity applications or parenting software.
This is a project I have built for my personal use. Therefore, I am being slightly selfish and putting more emphasis on the features that I need, even if that meant ignoring the greater good. 🍕
desktop-app-blocker-api = "0.1.0"
serde
: Includes serde Serialize
and Deserialize
derives for typesspecta
: Includes Type
derives for typesbincode
: Includes Encode
and Decode
derives for types