diff options
Diffstat (limited to 'src/structs/mod.rs')
| -rw-r--r-- | src/structs/mod.rs | 1 |
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; | |||
| 3 | pub mod ser; | 3 | pub mod ser; |
| 4 | mod settings; | 4 | mod settings; |
| 5 | 5 | ||
| 6 | pub use de::ArchiveDeserializer; | ||
| 6 | pub use error::{StructError, StructResult}; | 7 | pub use error::{StructError, StructResult}; |
| 7 | pub use ser::ArchiveSerializer; | 8 | pub use ser::ArchiveSerializer; |
| 8 | pub use settings::{ByteOrder, Settings, VariantIndexType}; | 9 | pub use settings::{ByteOrder, Settings, VariantIndexType}; |
