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
- Host: GitHub
- URL: https://github.com/simonrw/rust-bokeh
- Owner: simonrw
- License: mit
- Created: 2018-11-16T19:02:56.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2019-02-22T23:17:40.000Z (over 7 years ago)
- Last Synced: 2025-02-06T08:45:16.917Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 762 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-bokeh
[](https://circleci.com/gh/mindriot101/rust-bokeh/tree/dev)
[](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`