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

Introduce Custom Prelude for Improved Code Organization and Convenience #19

Merged
merged 2 commits into from
Dec 30, 2023

Conversation

malik672
Copy link
Owner

@malik672 malik672 commented Dec 30, 2023

Motivation:
issue #16
Currently, our codebase has scattered import statements across modules, leading to a lack of consistency and increased verbosity. This pull request introduces a custom prelude to centralize frequently used imports, improving code organization and developer experience.

Changes Made:

The creation of the prelude.rs file.
Re-exported items from various modules.
Any significant changes to existing modules or files.

Impact:

These changes are backward-compatible and should not impact existing functionality. Developers using our crate can seamlessly transition to the new prelude for a more streamlined import experience.

@malik672
Copy link
Owner Author

definitely failing the lint check

@malik672 malik672 merged commit 332dd0f into master Dec 30, 2023
1 of 2 checks passed
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.

2 participants