aboutsummaryrefslogtreecommitdiff
path: root/src/structs/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs/mod.rs')
-rw-r--r--src/structs/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/structs/mod.rs b/src/structs/mod.rs
index feb37dd..36bc33e 100644
--- a/src/structs/mod.rs
+++ b/src/structs/mod.rs
@@ -3,6 +3,7 @@ mod error;
3pub mod ser; 3pub mod ser;
4mod settings; 4mod settings;
5 5
6pub use de::ArchiveDeserializer;
6pub use error::{StructError, StructResult}; 7pub use error::{StructError, StructResult};
7pub use ser::ArchiveSerializer; 8pub use ser::ArchiveSerializer;
8pub use settings::{ByteOrder, Settings, VariantIndexType}; 9pub use settings::{ByteOrder, Settings, VariantIndexType};