// Copyright (c) 2017 Brandon Thomas <bt@brand.io>, <echelon@gmail.com>
//! Beam.rs is a library that contains various laser projection algorithms.
// Fluent assertions for tests.
extern crate expectest;
extern crate point;
pub use PipelinePoint;