keyarray 0.0.1-alpha

A crate for modeling and managing mutually exclusive states (keys in a key array)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["Mai Bloom Tech Studio <maibloomcontact@gmail.com>"]
categories = ["data-structures"]
description = "A crate for modeling and managing mutually exclusive states (keys in a key array)"
edition = "2021"
homepage = "https://github.com/maibloom/keyarray"
include = ["src/**", "README.md", "LICENSE-*", "Cargo.toml"]
keywords = ["keyarray", "mode", "toggle", "mutually-exclusive", "state"]
license = "GPL-3.0-only"
name = "keyarray"
readme = "README.md"
repository = "https://github.com/maibloom/keyarray"
version = "0.0.1-alpha"