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

Update lib.rs doc : naming #2454

Closed
wants to merge 1 commit into from
Closed

Update lib.rs doc : naming #2454

wants to merge 1 commit into from

Conversation

DjebbZ
Copy link

@DjebbZ DjebbZ commented Dec 28, 2023

Motivation

I'm a Rust newbie, and reading services seems wrong, since they're called handlers right in the next paragraph. handlers makes more sense IMO, but I haven't read the rest of the docs yet.

What do you think?

Solution

services -> handlers

`services` -> `handlers`

I'm a Rust newbie, and reading `services` seems wrong, since they're called `handlers` right in the next paragraph. `handlers` makes more sense IMO, but I haven't read the rest of the doc yet.

What do you think?
@davidpdrsn
Copy link
Member

Technically the handlers are turned into services internally. You can also route to services with Router::route_service so I don't think this is wrong.

@davidpdrsn davidpdrsn closed this Dec 28, 2023
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