# `source-map-mappings`
[](https://docs.rs/source-map-mappings/) [](https://crates.io/crates/source-map-mappings) [](https://crates.io/crates/source-map-mappings) [](https://travis-ci.org/fitzgen/source-map-mappings)
Parse the `"mappings"` string from a source map.
This is intended to be compiled to WebAssembly and eventually used from the
[`mozilla/source-map`][source-map] library. This is **not** a general purpose
source maps library.
[source-map]: https://github.com/mozilla/source-map
* [Documentation](#documentation)
* [License](#license)
* [Contributing](#contributing)
### Documentation
[📚 Documentation on `docs.rs` 📚][docs]
[docs]: https://docs.rs/source-map-mappings
### License
Licensed under either of
* [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
* [MIT license](http://opensource.org/licenses/MIT)
at your option.
### Contributing
See
[CONTRIBUTING.md](https://github.com/fitzgen/source-map-mappings/blob/master/CONTRIBUTING.md)
for hacking.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.