$ cargo install vl-convert $ vl-convert --help vl-convert: A utility for converting Vega-Lite specifications Usage: vl-convert <COMMAND> Commands: vl2vg Convert a Vega-Lite specification to a Vega ...
YAML (YAML Ain't Markup Language) is a human-readable data serialization language that can be used to convert data into a variety of data structures. In Rust, the serde_yaml crate can be used to ...