Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaned up the docs in caesar.rs to match the same formatting and sty… #77

Merged
merged 2 commits into from
Jun 11, 2024

Conversation

scriptandcompile
Copy link
Contributor

…le as in the other modules.

Comment on lines -1 to -4
//! Caesar Cipher
//! Based on cipher_crypt::caesar
//!
//! # Algorithm
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm, why was the module documentation deleted? 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I ended up pushing it into the caesar function documentation. It doesn't really add much where it is, especially since it doesn't get added into the cargo doc in any useful way.

@alexfertel alexfertel merged commit 1d0b131 into alexfertel:main Jun 11, 2024
3 checks passed
@scriptandcompile scriptandcompile deleted the caesar-doc branch June 13, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants