| Crates.io | ceasar_macro |
| lib.rs | ceasar_macro |
| version | 0.1.2 |
| created_at | 2024-10-27 20:12:00.125586+00 |
| updated_at | 2024-10-27 20:28:29.227052+00 |
| description | A proc macro for evaluating ascii alphabetic character ciphers. |
| homepage | https://github.com/1git2clone/ceasar_cipher |
| repository | https://github.com/1git2clone/ceasar_cipher |
| max_upload_size | |
| id | 1424931 |
| size | 4,641 |
A rust procedural macro implementation for the Caesar cipher algorithm[1].
You can import it as a path in your Cargo.toml file like so:
[dependencies]
ceasar_macro = { path = "../" }
Or with git:
[dependencies]
ceasar_macro = { git = "https://github.com/1Git2Clone/caesar_macro" }
Or from crates.io:
cargo add ceasar_macro
# Cargo.toml
ceasar_macro = "0.1.2"