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

macros for modules #8

Closed
somucheffort opened this issue Jun 22, 2023 · 1 comment
Closed

macros for modules #8

somucheffort opened this issue Jun 22, 2023 · 1 comment
Labels
refactor Refactoring main code

Comments

@somucheffort
Copy link
Owner

for a sake of speeding development up modules would have macros-involved functions, which would tell to export them.
so modules would not require to export whole map that includes all possible values to export.

#[export("argv")]
pub fn get_argv() { /*...*/ }

#[export("float")]
pub fn get_float_random_name() { /*...*/ }
@somucheffort somucheffort added the refactor Refactoring main code label Jun 22, 2023
@somucheffort
Copy link
Owner Author

closed. see #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactoring main code
Projects
None yet
Development

No branches or pull requests

1 participant