We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79645fa commit 1ae7d16Copy full SHA for 1ae7d16
src/encode.rs
@@ -1,6 +1,6 @@
1
-use crate::{Config, PAD_BYTE};
2
#[cfg(any(feature = "alloc", feature = "std", test))]
3
use crate::{chunked_encoder, STANDARD};
+use crate::{Config, PAD_BYTE};
4
5
use alloc::{string::String, vec};
6
use core::convert::TryInto;
0 commit comments