-
Notifications
You must be signed in to change notification settings - Fork 69
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
Reorganise modules #91
Comments
My though is it's probably best to match PHP's own namespacing rules here to keep things easily findable for anyone who has experience with php-src. The first two snake case segments of PHP functions are probably a good guide for organization. For example: Random sampling from by current build.rs (note for the following examples I'll omit the crate namespace):
Useful reports can be done from there (e.g. |
What do you think of this:
|
Module paths are currently long and convoluted. Can easily be shortened (drop
::php
, re-export types from::types
instead of exporting modules).The text was updated successfully, but these errors were encountered: