encap_enum 0.3.1

A non-verbose way to define a group of constants and bit flags.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
authors = ["Jonathan Thomason"]
categories = ["no-std"]
description = "A non-verbose way to define a group of constants and bit flags."
documentation = "https://docs.rs/encap_enum"
edition = "2018"
exclude = [".vs/", ".vscode/", "target/", "x64/", "encap_enum.sln", "encap_enum.vcxproj", "encap_enum.vcxproj.filters", "encap_enum.vcxproj.user", "sh.exe.stackdump", ".git/", ".github/", "changelog.md", "encap_enum.code-workspace", ".gitignore"]
homepage = "https://github.com/Razordor/encap_enum"
keywords = ["bit", "flags", "bitmask", "enum"]
license = "MIT"
name = "encap_enum"
readme = "readme.md"
repository = "https://github.com/Razordor/encap_enum"
version = "0.3.1"