gecko-dev/third_party/rust/binjs_meta
David Teller 260e07c0c7 Bug 1520001 - mach rust vendor;r=arai,smaug
Depends on D34130

Differential Revision: https://phabricator.services.mozilla.com/D34131

--HG--
rename : third_party/rust/ascii-canvas/LICENSE-APACHE => third_party/rust/itertools-0.7.6/LICENSE-APACHE
rename : third_party/rust/petgraph/LICENSE-MIT => third_party/rust/itertools-0.7.6/LICENSE-MIT
rename : third_party/rust/itertools/Makefile => third_party/rust/itertools-0.7.6/Makefile
rename : third_party/rust/itertools/custom.css => third_party/rust/itertools-0.7.6/custom.css
extra : moz-landing-system : lando
2019-06-10 14:09:06 +00:00
..
examples Bug 1520001 - mach rust vendor;r=arai,smaug 2019-06-10 14:09:06 +00:00
src Bug 1520001 - mach rust vendor;r=arai,smaug 2019-06-10 14:09:06 +00:00
.cargo-checksum.json Bug 1520001 - mach rust vendor;r=arai,smaug 2019-06-10 14:09:06 +00:00
Cargo.toml Bug 1520001 - mach rust vendor;r=arai,smaug 2019-06-10 14:09:06 +00:00
README.md

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.