okf-validator 0.2.3

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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dadfc6325094de785d5fdc458d0bd154e7cd294145ee65d48ba20497fbbbce5d"

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