encap_enum 0.1.4

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
15
16
[package]

name = "encap_enum"

version = "0.1.4"

authors = ["Jonathan Thomason"]

edition = "2018"

keywords = ["bit", "flags", "bitflags", "bitmask", "enum"]

description = "A non-verbose way to define a group of constants and bit flags."

categories = ["no-std"]

license = "MIT"

license-file = "LICENSE"

repository = "https://github.com/Razordor/encap_enum"

readme = "readme.md"

homepage = "https://github.com/Razordor/encap_enum"

exclude = [".vs/", "target/", "x64/", "encap_enum.sln", "encap_enum.vcxproj", "encap_enum.vcxproj.filters", "encap_enum.vcxproj.user, sh.exe.stackdump, .git/, .github"]

documentation = "https://docs.rs/encap_enum"

[dependencies]