MCPcopy Create free account
hub / github.com/RustCrypto/formats / decode_unpadded

Function decode_unpadded

base64ct/src/decoder.rs:562–566  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

560
561 #[test]
562 fn decode_unpadded() {
563 decode_test(UNPADDED_BIN, || {
564 Decoder::<Base64Unpadded>::new(UNPADDED_BASE64.as_bytes()).unwrap()
565 })
566 }
567
568 #[test]
569 fn decode_multiline_padded() {

Callers

nothing calls this directly

Calls 2

decode_testFunction · 0.85
as_bytesMethod · 0.45

Tested by

no test coverage detected