okf-validator 0.2.4

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

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