1 2 3
//! Backward-compatible alias for `caesar_decrypt`. pub use crate::cryptography::caesar::decrypt::caesar_decrypt as cesar_decrypt;