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

Added documentation to transposition.rs #83

Merged

Conversation

scriptandcompile
Copy link
Contributor

No description provided.

alexfertel
alexfertel previously approved these changes Jun 11, 2024
@alexfertel
Copy link
Owner

Happy to merge once the workflow passes!

@scriptandcompile
Copy link
Contributor Author

Screwed that up when I moved the test over =P

Comment on lines 85 to 88
#[test]
fn test_word() {
assert_eq!("OMLERX", transposition("key", "lorem"));
}
Copy link
Owner

Choose a reason for hiding this comment

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

Since this tests a different word, let's keep it. Otherwise, let's add it to the example as well.

@scriptandcompile
Copy link
Contributor Author

I keep forgetting to do a cargo fmt =P

@alexfertel
Copy link
Owner

I keep forgetting to do a cargo fmt

This should be configurable in your editor of preference, so that you format on save 👀 (some people don't like it, but I strongly recommend it)

@alexfertel alexfertel merged commit e4d1b76 into alexfertel:main Jun 11, 2024
3 checks passed
@scriptandcompile scriptandcompile deleted the transposition-documentation branch June 13, 2024 18:08
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