starsight 0.3.3

A unified scientific visualization crate for Rust — from zero-config one-liners to GPU-accelerated interactive 3D.
Documentation
1
2
3
//! Re-exports of the high-level [`Figure`] and [`MultiPanelFigure`] builders.

pub use crate::common::{Colorbar, Figure, MultiPanelFigure};