Skip to content

add support for src/main.rs layout#3

Open
davidB wants to merge 3 commits intolpenz:mainfrom
davidB:master
Open

add support for src/main.rs layout#3
davidB wants to merge 3 commits intolpenz:mainfrom
davidB:master

Conversation

@davidB
Copy link
Copy Markdown

@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