Skip to content

simonrw/rust-bokeh

Repository files navigation

rust-bokeh

CircleCI Join the community on Spectrum

Bokeh-compatible Rust plotting library

Architecture design

The architecture of this project tries to map to the original bokeh structure as possible. To that end, the top level directory consists of a rust workspace. The main implementation is split into a low level interface bokeh-models and a high level interface bokeh-plotting.

Setup instructions

The script bin/setup sets up a python virtual environment and installs bokeh. This helps with working out what JSON schema we need.

Building

cargo build [--release]

Testing

cargo test