-
Notifications
You must be signed in to change notification settings - Fork 58
docs: #377 create documentation #1117
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
Conversation
|
@marco-c This first PR includes readmes for developers, about the flags that have been created, the structure of the project, and how to build and run, let me know any feedback, thanks. |
|
@marco-c I made the suggested changes, I look forward to any comments. |
Luni-4
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for your work! This is fine for me! @marco-c, if you agree, we can merge
- added documentation per package module - included information about the code, how to build and run it - give information about the flags that can be used
- reworded the first sentences to make it clearer - removed project structure as requested - removed sentence about rust installation - replaced `cargo run` with respective command
Summary
This pull request introduces significant updates across multiple components of the project:
rust-code-analysis-web:Added a README.md with comprehensive documentation on how to build and run the web server. This includes instructions for setting up the project, dependencies, and starting the server.
rust-code-analysis-cli:Updated the project with a new README.md file providing detailed instructions for building and running the command-line interface (CLI). The documentation includes usage examples and options available in the CLI.
Benefits
rust-code-analysis-webandrust-code-analysis-cli.