vegafusion-core

Crates.iovegafusion-core
lib.rsvegafusion-core
version1.6.9
sourcesrc
created_at2023-03-16 12:28:37.273199
updated_at2024-05-09 19:14:24.839313
descriptionCore components required by multiple VegaFusion crates, with WASM compatibility
homepage
repository
max_upload_size
id811469
size650,489
Jon Mease (jonmmease)

documentation

README

vegafusion-core

This crate contains all the logic to convert an input Vega specification into a VegaFusion task graph. In particular, it contains:

  • JSON parsing
  • Planning
  • Protocol buffer definitions and generated types for the task graph
  • Vega expression parsing

It may be desirable to split the crate in the future, but we don't yet have any applications that require only a subset of this functionality.

Commit count: 0

cargo fmt