multiple response
[pspp] / rust / src / lib.rs
index c793f44cbbaa12f7c329599d7dc6f8dc9d735d3f..ebb4033b25038d2a3284c46be9ec18905115bae8 100644 (file)
@@ -1,19 +1,7 @@
-pub mod endian;
-pub mod raw;
 pub mod cooked;
-pub mod sack;
 pub mod encoding;
+pub mod endian;
 pub mod format;
 pub mod identifier;
-
-#[derive(Copy, Clone, Debug)]
-pub enum Compression {
-    Simple,
-    ZLib,
-}
-
-#[derive(Clone, Debug)]
-pub enum CategoryLabels {
-    VarLabels,
-    CountedValues,
-}
+pub mod raw;
+pub mod sack;