binjs_meta 0.3.5

Part of binjs-ref. Tools for manipulating grammars. You probably do not want to use this crate directly unless you're writing an encoder, decoder or parser generator for binjs.
docs.rs failed to build binjs_meta-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: binjs_meta-0.5.4

About

This crate contains the tools used to manipulate the abstract syntax of JavaScript, i.e. generate parsers, encoders, etc from a specification of ASTs of the language.

Actual tools to manipulate ASTs for a specific version of JavaScript are in dependent crates.