shapely/
lib.rs

1#![warn(missing_docs)]
2#![doc = include_str!("../README.md")]
3
4pub use shapely_core::*;
5pub use shapely_derive::*;