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

chore: made Cargo.toml and readme less CLI-centric #145

Merged

Conversation

Enyium
Copy link
Contributor

@Enyium Enyium commented Sep 15, 2024

As touched on in #142.

Regarding Cargo.toml changes to categories

See also:

The category "command-line-interface" IMO doesn't fit ("Crates to help create command line interfaces, such as argument parsers, line-editing, or output coloring and formatting"), just like "gui" doesn't fit ("Crates to help you create a graphical user interface").

When you read the description for the category "web-programming" - "Crates to create applications for the web" - you may also think that it doesn't fit. But look at the descriptions of the subcategories:

web-programming::http-client
    Crates to make HTTP network requests.

web-programming::http-server
    Crates to serve data over HTTP.

web-programming::websocket
    Crates to communicate over the WebSocket protocol.

These subcategories put "web-programming" in the light of "Crates to create applications augmented with web functionality". And this fits perfectly.

Other

✔ Checklist:

  • Commit messages have been written in Conventional Commits format;
  • Not applicable: [ ] Tests for the changes have been added (for bug fixes / features).

@mgrachev
Copy link
Owner

@Enyium Thank you!

Please fix all linter's suggestions 🙏

@Enyium Enyium force-pushed the bugfix-docs-not-restricted-to-cli-apps branch from 7348ff3 to e3f4022 Compare September 24, 2024 14:23
@Enyium Enyium changed the title chore: Made Cargo.toml and readme less CLI-centric. chore: made Cargo.toml and readme less CLI-centric Sep 24, 2024
@mgrachev mgrachev merged commit 70ff8bc into mgrachev:main Sep 30, 2024
15 checks passed
@Enyium Enyium deleted the bugfix-docs-not-restricted-to-cli-apps branch October 8, 2024 11:11
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