mozjs 0.7.2

Rust bindings to the Mozilla SpiderMonkey JavaScript engine.
Documentation
# rust-mozjs

Rust bindings to SpiderMonkey

[Documentation](http://doc.servo.org/mozjs/)

## Setting up your environment

### Rust

This project requires Rust nightly-2018-03-25 or greater.
For installation of the Rust toolchain see [`https://rustup.rs/`](https://rustup.rs/).

### Other dependencies

#### macOS
#### On macOS (Homebrew)

```sh
brew install automake pkg-config python2 cmake yasm
```

## Building the project

```sh
cargo build
```

## Testing the project

```sh
cargo test
```