Searched refs:decode_engine (Results 1 – 3 of 3) sorted by relevance
99 pub fn decode_engine<E: Engine, T: AsRef<[u8]>>( in decode_engine() function377 let _ = decode_engine("", &crate::prelude::BASE64_STANDARD); in deprecated_fns()
268 pub use crate::decode::{decode, decode_engine, decode_engine_vec};
14 whereas `decode_engine` allocates a new `Vec<u8>` and returns it, which might be more convenient in…