#cipher #proc-macro #caesar #ascii #evaluating #character #ceasar

macro ceasar_macro

A proc macro for evaluating ascii alphabetic character ciphers

3 releases

0.1.2 Oct 27, 2024
0.1.1 Oct 27, 2024
0.1.0 Oct 27, 2024

#333 in Procedural macros

Download history 127/week @ 2024-10-21 185/week @ 2024-10-28

312 downloads per month

MIT license

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