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

add support for src/main.rs layout #3

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

davidB
Copy link

@davidB davidB commented Aug 19, 2018

Add support for a layout like:

src/
+-- main.rs
+-- mymod.rs

The main.rs support only private "mod" listed in the main.rs but they are converted into "pub mod" to limit the change in the existing code.

Today I used the following project template ton codingame, https://gitlab.com/davidB31/cg-rustkit/tree/master/starter with the python bundler.

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