version-lp 0.2.1

a version struct library for use with version comparing, and wildcard resolving
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "version-lp"

version = "0.2.1"

description = "a version struct library for use with version comparing, and wildcard resolving"

authors = ["snsvrno <snsvrno@tuta.io>"]

license = "MIT"

readme = "README.md"

keywords = [ "version","comparison","wildcards" ] 

categories = ["data-structures"]

repository = "https://github.com/snsvrno/version-lp-rs"



exclude = [ "/tests" ]



[dependencies]

regex = "1.0"

serde = "1.0"

serde_test = "1.0"

serde_derive = "1.0"