Function encrypt_caesar

Source
pub fn encrypt_caesar(plaintext: &str, shift: u8) -> String