lognplot 0.1.0

Log and plot data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod point;
mod range;
mod rectangle;
mod size;

// A nice line!
// struct Line {}

pub use point::Point;
pub use range::Range;
pub use rectangle::Rect;
pub use size::Size;