Works for at least one test file now
[pspp] / rust / src / lib.rs
index 3eb4bbae4eba2032a46a954c05c98d0d99959525..86422046bb2991981e4a3a7c4708935dfb58cfa0 100644 (file)
@@ -3,6 +3,6 @@ pub mod encoding;
 pub mod endian;
 pub mod format;
 pub mod identifier;
+pub mod locale_charset;
 pub mod raw;
 pub mod sack;
-pub mod locale_charset;