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

Restructure repository workspace #53

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open

Restructure repository workspace #53

wants to merge 1 commit into from

Conversation

pandres95
Copy link
Member

This PR aims to better separate the logic folder structure of the repository between multiple crate libraries (as it'll be the case in the future), while separating them to the final CLIs/executables, allowing working in a more seamless, collaborative, non-blocking way.

Here we introduce the following folder structure:

- bin/
 |- valor-run
 |- valor-http
 |- ... 
- lib/
 |- core/
 |- runtime/
 |- ...
- Cargo.toml

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.

1 participant