encap_enum 0.1.0

A non-verbose way to define a group 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.0"

authors = ["Jonathan Thomason"]

edition = "2018"

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

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

catagories = ["No standard library"]

license = "MIT"

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"]

[badges]

gitlab = { repository = "https://github.com/Razordor/encap_enum", branch = "master" }

[dependencies]