railroad_verification 0.1.0

Common verification against SVG11-DTD for `railroad`
Documentation
  • Coverage
  • 14.29%
    1 out of 7 items documented0 out of 4 items with examples
  • Size
  • Source code size: 188.53 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 385.77 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • lukaslueg

Verify SVGs against W3C's DTD to ensure they are according to spec.

This calls out to the xmllint tool from libxml2, which may not be available.

The DTD used here has been patched to verify the railroad-debug attributes, as I don't care enough to write a proper XML-module...