We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a333d commit cd467ccCopy full SHA for cd467cc
src/encoding.rs
@@ -1,4 +1,4 @@
1
-#[derive(Debug)]
+#[derive(Debug, PartialEq, Eq)]
2
#[allow(non_snake_case)]
3
pub enum Encoding {
4
ASCII,
0 commit comments