vegafusion-core

Crates.iovegafusion-core
lib.rsvegafusion-core
version2.0.1
sourcesrc
created_at2023-03-16 12:28:37.273199
updated_at2024-11-25 13:16:00.082566
descriptionCore components required by multiple VegaFusion crates, with WASM compatibility
homepage
repository
max_upload_size
id811469
size537,005
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