-
-
Notifications
You must be signed in to change notification settings - Fork 78
Feat/interface impl #533
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
Merged
Merged
Feat/interface impl #533
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
fc84abe
feat: Add interface bindings
Norbytus 164fe18
feat: Add interface builders
Norbytus 44cb830
feat(macro): Add macro to declare interface from trait
Norbytus 740ceda
feat: Add tests
Norbytus fbaf1a9
feat: Add missing things in interface builder
Norbytus ce53141
feat: Add methods, const registration for interface
Norbytus 8f8f61d
feat: Add tests for interface registration
Norbytus 14ab871
chore: Add internal function for interface attribute macros
Norbytus 1d69860
feat: Add doc for interface macros and add test for expand
Norbytus 94ab2cd
chore: CI things
Norbytus b728a4c
feat: Change const registration for interface
Norbytus 6b990d6
feat: Rewrite attribute parse
Norbytus 18cc27f
refactor: Change parser function
Norbytus b951a20
fix: Add path to hashmap
Norbytus 5258958
fix: Fix constant registration for interface
Norbytus 085f3f2
chore: Add test with default value
Norbytus 0256cad
chore: Delete unnecessary impl generation
Norbytus 724ca82
feat: Define constructor
Norbytus 661ae2b
feat: Describe interface classes
Norbytus fc00fb5
feat: Separate interfaces from classes in module
Norbytus 13cb601
feat: Add doc about interface in guide
Norbytus a2d0f54
chore: Delete unused interface.rs
Norbytus 38d3839
chore: Clean from duplicated code
Norbytus 0a66195
chore: Fix clippy and etc
Norbytus 23b22df
chore: Remove expand test
Norbytus 821dcb8
test(interface): add macro expansion tests
Xenira fbbcd0a
feat(interface): add doc comment support
Xenira cc86ac8
docs(interface): update lib docs
Xenira cf3cf69
test(interface): fix expansion test
Xenira 3634fb5
feat(interface): add support for renaming all consts/methods
Xenira 8c9ab59
docs(macro): update lib docs
Xenira File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.