parse-display 0.1.1

Procedural macro to implement Display and FromStr using common settings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "parse-display"
version = "0.1.1"
authors = ["frozenlib"]
license = "MIT/Apache-2.0"
readme = "../README.md"
repository = "https://github.com/frozenlib/parse-display"
documentation = "https://docs.rs/parse-display/"
keywords = ["derive", "enum", "from_str", "display", "regex"]
categories = ["parsing"]
description = "Procedural macro to implement Display and FromStr using common settings."
edition = "2018"

[dependencies]
parse-display-derive = { version = "0.1.1", path ="../parse-display-derive" }
lazy_static = "1.3"
regex = "1"