-
Notifications
You must be signed in to change notification settings - Fork 1
[Enhancement] New Option for Help, Initial Module, and Tests for the Source Code Documentation #6
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
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
4e045cb
Fix typo: `analzer` instead of `analyzer`
kevinmatthes 1c12084
Create usage.rs
kevinmatthes eed1607
Load function from module
kevinmatthes f580e79
Fix typo: wrong parameter name
kevinmatthes 8db2f26
Make the functon `return` at the end explicitly
kevinmatthes 0ad091b
Add missing full stop
kevinmatthes f6cf184
Add option for help
kevinmatthes 66d03eb
Remove obsolete visibility level
kevinmatthes 962bf78
Load required module appropriately
kevinmatthes c9ed9e7
Hard code application name
kevinmatthes 36a3e8c
Adjust function call due to previous commit
kevinmatthes b6cc104
Remove obsolete parameter
kevinmatthes 7063416
Unite control flow branches
kevinmatthes 5600974
Add missing space character
kevinmatthes 383b3c2
Document function
kevinmatthes 0e6aa27
Document source file
kevinmatthes df07842
Add missing parentheses
kevinmatthes 3cf8f98
Add new ignore pattern
kevinmatthes a761615
Sort entries by alphabet
kevinmatthes 4b71ef4
Optimise code with `cargo fmt`
kevinmatthes 8d3226d
Apply linter suggestions
kevinmatthes 84126f2
Add accidentally forgotten newline whitespace
kevinmatthes bf4adf5
Adjust function documentation
kevinmatthes 6899b5f
Shorten the import of project related module
kevinmatthes ee1cdfa
Revert hexadecimal representation
kevinmatthes 04d2396
Remove obsolete semicolon
kevinmatthes fb72242
Fix linter warnings with `cargo clippy --fix`
kevinmatthes 50ce612
Move module import
kevinmatthes 575ece7
Move function
kevinmatthes 750505d
Delete usage.rs
kevinmatthes bcedcee
Reformat code
kevinmatthes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/target | ||
*.txt | ||
*.csv | ||
*.log | ||
*.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.