ceasar_macro

Crates.ioceasar_macro
lib.rsceasar_macro
version0.1.2
created_at2024-10-27 20:12:00.125586+00
updated_at2024-10-27 20:28:29.227052+00
descriptionA proc macro for evaluating ascii alphabetic character ciphers.
homepagehttps://github.com/1git2clone/ceasar_cipher
repositoryhttps://github.com/1git2clone/ceasar_cipher
max_upload_size
id1424931
size4,641
1K2S (1Git2Clone)

documentation

README

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"
Commit count: 15

cargo fmt