rot26-rs 0.1.2

(Joke) no_std Implementation of thr ROT-26 algorithem with a C interface
Documentation
[package]
name = "rot26-rs"
license = "MIT"
description = "(Joke) no_std Implementation of thr ROT-26 algorithem with a C interface"
authors = ["Avery Murray <avery.murray@caverym.xyz"]
repository = "https://github.com/caverym/rot26-rs"
version = "0.1.2"
edition = "2021"

[lib]
crate-type = ["rlib", "staticlib", "cdylib"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
# None!