work on testing
[pspp] / rust / src / endian.rs
index 6bd25ab95ac0408793983a34ed18ca8ad68f0db6..dd562e60eff7c9cf8500879f1064c41618ba5ae7 100644 (file)
@@ -1,9 +1,9 @@
-#[derive(Copy, Clone, Debug)]
 /// The endianness for integer and floating-point numbers in SPSS system files.
 ///
 /// SPSS system files can declare IBM 370 and DEC VAX floating-point
 /// representations, but no file that uses either of these has ever been found
 /// in the wild, so this code does not handle them.
+#[derive(Copy, Clone, Debug, PartialEq, Eq)]
 pub enum Endian {
     /// Big-endian: MSB at lowest address.
     Big,