Skip to content

Commit e29d401

Browse files
authored
Merge pull request #156 from dmarteau/missing-dataset-exports
Add missing dataset exports
2 parents c283989 + 137b969 commit e29d401

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ mod utils;
3434
pub mod vector;
3535
pub mod version;
3636

37-
pub use dataset::{Dataset, GeoTransform, LayerIterator, Transaction};
37+
pub use dataset::{
38+
Dataset, DatasetOptions, GdalOpenFlags, GeoTransform, LayerIterator, Transaction,
39+
};
3840
pub use driver::Driver;
3941
pub use metadata::Metadata;
4042

0 commit comments

Comments
 (0)