docs.rs failed to build vl-convert-rs-0.4.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
vl-convert-rs-1.8.0
Overview
This crate provides a self-contained Rust library for converting Vega-Lite visualization specifications into various formats. The conversions are performed using the Vega-Lite and Vega JavaScript libraries running in a v8 JavaScript runtime provided by the deno_runtime
crate.
This crate is a dependency of the vl-convert
CLI application crate and the vl-convert-python
Python library.
Example
The [VlConverter
] struct may be used to perform various Vega-Lite conversions. See the documentation of [VlConverter
] for example usage.
JavaScript Vendoring and Code Generation
Note: The vl-convert-rs/vendor
directory and vl-convert-rs/src/module_loader/import_map.rs
file in this crate are generated by the internal vl-convert-vendor
crate.