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 blob;
mod download;
mod focus;
mod request_animation_frame;
mod selection;

#[cfg(test)]
mod tests;

pub use blob::*;
pub use download::*;
pub use focus::*;
pub use request_animation_frame::*;
pub use selection::*;