1 2 3 4
/// this module contains a function for decrypt a string with caesercipher pub mod decrypt; /// this module contains a function for encrypting a string with caesercipher pub mod encrypt;