texform-argspec 0.1.0

xparse-style argument specification parser for TeXForm (internal; use the texform crate)
Documentation
  • Coverage
  • 3.64%
    2 out of 55 items documented0 out of 23 items with examples
  • Size
  • Source code size: 35.1 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • texform-dev/texform
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • moeakwak

texform-argspec

Internal implementation crate for texform. Do not depend on this crate directly — its API has no stability guarantees and may change in any release. Use the texform facade crate instead.

This crate parses TeXForm's xparse-style argument-specification language — the compact signatures (mandatory m, optional o, star s, delimited d, and friends) that describe how each LaTeX command and environment consumes its arguments.

It is consumed by texform-knowledge (every knowledge-base record carries an argspec), by the parser in texform-core (to drive argument consumption), and by the public validate_argspec API on the facade.