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
  • Coverage
  • 100%
    38 out of 38 items documented1 out of 20 items with examples
  • Size
  • Source code size: 99.19 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 608.41 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • W4G1/okf
    19 3 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • W4G1

okf-validator

Conformance validation and opinionated linting for Open Knowledge Format (OKF) v0.2 bundles, built on okf-core.

  • validate_bundle checks §11 conformance with severity-tagged diagnostics: only true spec violations are errors, optional-family problems are warnings and infos.
  • lint_bundle goes beyond conformance with bundle hygiene checks, each finding tagged with a stable rule code so CI can pin or silence individual rules.

Most users get this crate through okf, which re-exports it alongside okf-core and ships the okf command-line tool (okf validate, okf lint).