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

Use Rust 2018 module layout #3

Closed
wants to merge 1 commit into from
Closed

Use Rust 2018 module layout #3

wants to merge 1 commit into from

Conversation

lunacookies
Copy link

With the Rust 2018 edition, modules can be created solely with module_name.rs. Submodules can then be created as such: module_name/submodule.rs. It is up to you which style to use, but IME the Rust community is tending towards the 2018 style.

@lunacookies lunacookies closed this by deleting the head repository Apr 7, 2023
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

1 participant