perspective 2.0.0

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2018, the Perspective Authors.
//
// This file is part of the Perspective library, distributed under the terms
// of the Apache License 2.0.  The full license can be found in the LICENSE
// file.

mod column_dropdown;
pub mod copy_dropdown;
pub mod date_column_style;
pub mod datetime_column_style;
pub mod debug_plugin;
pub mod export_dropdown;
pub mod expression_editor;
mod filter_dropdown;
mod function_dropdown;
pub mod modal;
pub mod number_column_style;
pub mod string_column_style;
pub mod viewer;

pub use self::column_dropdown::*;
pub use self::filter_dropdown::*;
pub use self::function_dropdown::*;