noncryptor/
lib.rs

1pub mod base64;
2
3#[cfg(test)]
4mod tests {
5    use super::*;
6
7    #[test]
8    fn it_works() {}
9}