micron-parser 0.1.1

Library that reads and parses micron documents into a structure suitable for presenting it as e.g. html documents.
Documentation
  • Coverage
  • 0%
    0 out of 67 items documented0 out of 0 items with examples
  • Size
  • Source code size: 120.43 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 6.99 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 22s Average build duration of successful builds.
  • all releases: 23s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • kujeger

micron-parser

This library reads and parses micron documents into a structure suitable for presenting it as e.g. html documents.

It does this in three steps:

  • lexing symbols/tags
  • creating a stream of events based on this
  • parsing the events into a structured format