3 releases
0.1.2 | Oct 27, 2024 |
---|---|
0.1.1 | Oct 27, 2024 |
0.1.0 | Oct 27, 2024 |
#333 in Procedural macros
312 downloads per month
5KB
57 lines
Caesar cipher
A rust procedural macro implementation for the Caesar cipher algorithm[1].
Usage
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"
Dependencies
~235–680KB
~16K SLoC