anyxml-automata 0.1.0

A fully spec-conformant XML library
Documentation
  • Coverage
  • 12.05%
    20 out of 166 items documented0 out of 95 items with examples
  • Size
  • Source code size: 204.71 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 10.17 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • tayu0110/anyxml
    0 0 9
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • tayu0110

Provides implementation of finite automata.

One goal is to provide content models in DTD element type declarations and regular expression implementations that conform to the XML Schema specification.

In addition, we provide an AST that expresses such regular expressions and a library that constructs finite automata from the AST.
Users of the library can use these features to implement their own regular expression parsers.