We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9f466 commit f7db389Copy full SHA for f7db389
src/encoding.rs
@@ -1,5 +1,5 @@
1
use data_encoding::Encoding;
2
-use data_encoding_macro::{internal_new_encoding, new_encoding};
+use data_encoding_macro::new_encoding;
3
4
// Base2 (alphabet: 01)
5
pub const BASE2: Encoding = new_encoding! {
0 commit comments