We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4293d9b commit 36f07d4Copy full SHA for 36f07d4
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