oneline_str_enum 0.1.1

Format and parse enums as strings with macros.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "oneline_str_enum"
version = "0.1.1"
dependencies = [
 "simple_string_lexer",
]

[[package]]
name = "simple_string_lexer"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fedf993587e7cd853bc26efdabd7186b6d244abe9f16fc8ef1e57f70e7829487"