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

encoded_size

Function encoded_size 

Source
pub const fn encoded_size(input_size: usize) -> usize
Expand description

Returns the size of the output buffer needed to encode an input buffer of size input_size.