Skip to main content Skip to main content
Pigweed's logo Pigweed
  1. Home
  2. Reference
  3. Rust
  4. pw_base64
  5. is_valid

is_valid

Function is_valid 

Source
pub fn is_valid(encoded: &[u8]) -> bool
Expand description

Returns true if the provided data is valid Base64.