okf-validator 0.2.2

Conformance validation and opinionated linting for Open Knowledge Format (OKF) v0.2 bundles: severity-tagged diagnostics for spec violations and bundle hygiene.
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 = 4

[[package]]
name = "okf-core"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29d328e7e2ee1f735607246751c3ea5e48e635626d629a686798d08cbb8a020f"

[[package]]
name = "okf-validator"
version = "0.2.2"
dependencies = [
 "okf-core",
]