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

Remove the dependency from lib.rs on web.rs #18

Merged
merged 1 commit into from Mar 7, 2023
Merged

Conversation

hchataing
Copy link
Collaborator

  • Issue Craft library interface #13 Make a clear separation between the library part of pica and the server runner, which is now composed of the previous main.rs and web.rs.

  • Issue Hyper dependency as a feature #9 Update the HTTP API by flattening event objects to make it simpler to remove the dependency on web.

- Issue google#13
Make a clear separation between the library part of pica
and the server runner, which is now composed of the previous
main.rs and web.rs.

- Issue google#9
Update the HTTP API by flattening event objects to make it
simpler to remove the dependency on web.
@DeltaEvo DeltaEvo merged commit 3280bd5 into google:main Mar 7, 2023
path = "src/lib.rs"

[[bin]]
name = "server"
Copy link
Collaborator

@SilverBzH SilverBzH Mar 7, 2023

Choose a reason for hiding this comment

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

I am not a huge fan of naming the binary "server". This is too generic. Could we think about something else ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Sure, but it does not have to be very specific since we have only one binary.

Copy link
Collaborator

Choose a reason for hiding this comment

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

My main concern is mostly if the Pica Server is living in a bigger ecosystem, the word "server" would be too generic.

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.

None yet

3 participants