We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e151b8 commit 95f7765Copy full SHA for 95f7765
src/lib.rs
@@ -39,7 +39,7 @@
39
extern crate postgres;
40
extern crate byteorder;
41
42
-mod error;
+pub mod error;
43
mod types;
44
pub use types::{Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon};
45
pub mod ewkb;
0 commit comments