Crates.io | abler |
lib.rs | abler |
version | 0.1.0 |
source | src |
created_at | 2024-09-17 20:04:19.5692 |
updated_at | 2024-09-17 20:04:19.5692 |
description | Tiny type to process various ablers/flags/etc as one |
homepage | |
repository | https://github.com/kryvashek/abler |
max_upload_size | |
id | 1378062 |
size | 18,595 |
A simple type to be used on place where different toggles/switches/flags/etc needed, especially in configurations.
It supports (de)serialization via serde when feature serde
is enabled, but also core traits like Display and FromStr -- unconditionally.
Crate is no-std
if not accounting it's build.rs stage.