oak_runtime 0.3.5

Parser generated by Oak depends on this library. Please consult the package Oak for more informations.
docs.rs failed to build oak_runtime-0.3.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: oak_runtime-0.6.0

This is the documentation of the Oak runtime. Oak is a parser generator of Parsing Expression Grammar, please read first the manual.

This library is used by the generated code of Oak and is also necessary to any Oak users for interfacing with the code generated. A PEG combinator returns a ParseState, please consult the methods into_result or unwrap_data as they are good starting point for retrieving useful information.