simple-selectors 0.1.0

A simple label selector syntax inspired (and mostly compatible) to k8s
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.itertools]
version = "0.7.6"

[dev-dependencies.assert_matches]
version = "1.1"

[package]
authors = ["Andreas Streichardt <andreas@mop.koeln>"]
description = "A simple label selector syntax inspired (and mostly compatible) to k8s"
homepage = "https://github.com/m0ppers/simple-selectors"
keywords = ["k8s", "dsl", "expressions"]
license = "Unlicense"
name = "simple-selectors"
readme = "README.md"
repository = "https://github.com/m0ppers/simple-selectors"
version = "0.1.0"