caesercipher 1.0.1

Simple caeser cipher implemented in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "caesercipher"
version = "1.0.1"
edition = "2024"
description = "Simple caeser cipher implemented in rust"
readme = "README.md"
repository = "https://github.com/Will2003debug/caeser-cipher"
license = "MIT"
keywords = ["cryptography", "caesercipher"]
categories = ["cryptography"]

[dependencies]