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

Investigate pros and cons of Cargo workspaces and if we need them. #171

Closed
mneumann opened this issue Apr 9, 2021 · 0 comments
Closed
Labels
feature Change request

Comments

@mneumann
Copy link
Contributor

mneumann commented Apr 9, 2021

  • We are currently using a Cargo workspace within the thin-edge.io repository.

  • To my knowledge, trait coherence rules are different for crates that live within a workspace.

  • The risk is to introduce stronger coupling between individual crates, where this would not be allowed when the crates would not live in the same workspace.

  • We do not really need Cargo workspaces for that purpose. We only use it as "build tool".

  • Research the exact behaviour and pros and cons of using Cargo workspaces.

@mneumann mneumann added the feature Change request label Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Change request
Projects
None yet
Development

No branches or pull requests

2 participants