-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: rewrite ConfigProperty macro and clean config crate code (#68)
* refactor: make the `AttributeInfo` as generic structure for DRY * refactor: rewrite ConfigProperty and clean GenericBuilder macros * test: update tests for ConfigProperty macro and rename test files * docs: update documentation for refactored ConfigProperty macro * fix: do not attach old attributes to new struct * refactor: update config code according to updated ConfigProprety macro * refactor: apply cargo fmt and clippy suggestions
- Loading branch information
Showing
11 changed files
with
697 additions
and
582 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
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.