An open API service indexing awesome lists of open source software.

https://github.com/simonrw/rust-bokeh

Bokeh client library in Rust
https://github.com/simonrw/rust-bokeh

Last synced: over 1 year ago
JSON representation

Bokeh client library in Rust

Awesome Lists containing this project

README

          

# rust-bokeh

[![CircleCI](https://circleci.com/gh/mindriot101/rust-bokeh/tree/dev.svg?style=svg)](https://circleci.com/gh/mindriot101/rust-bokeh/tree/dev)
[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/rust-bokeh)

Bokeh-compatible Rust plotting library

- [Models documentation](bokeh-models/README.md)

## 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`