1 2 3 4 5 6
//! Backward-compatible alias module for `crate::cryptography::caesar`. //! //! New code should use `cryptography::caesar`. pub mod decrypt; pub mod encrypt;