encode_brew_file

Function encode_brew_file 

Source
pub fn encode_brew_file(content: &str) -> String
Expand description

Encodes the provided string content into Base64 format.

§Arguments

  • content - The string to encode.

§Returns

  • A Base64 encoded string.