# vega-lite [![Build Status](https://travis-ci.org/endoli/vega-lite.rs.svg?branch=master)](https://travis-ci.org/endoli/vega-lite.rs) [![](http://meritbadge.herokuapp.com/vega-lite)](https://crates.io/crates/vega-lite) Licensed under the BSD 3-clause license. ## Installation This crate works with Cargo and is on [crates.io](https://crates.io/crates/vega-lite). Add it to your `Cargo.toml` like so: ```toml [dependencies] vega-lite = "0.0.2" ``` ## Status of Implementation Things are under active development. This project is not quite usable yet as some of the basic functionality is being written.