-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: Flatten public module structure
This patch makes some modules of the core crate private and re-exports their contents from the crate root. This has two benefits: It makes it easier to read the crate documentation because the most important types are directly visible from the root. And it makes the imports for the most important types less verbose. See also: #155
- Loading branch information
1 parent
f97475e
commit 334b3d1
Showing
10 changed files
with
702 additions
and
712 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.