Skip to content

feat(bindgen): enable default derivation for bindings#117

Merged
thewh1teagle merged 1 commit intothewh1teagle:mainfrom
BenLocal:derive_default
Nov 1, 2025
Merged

feat(bindgen): enable default derivation for bindings#117
thewh1teagle merged 1 commit intothewh1teagle:mainfrom
BenLocal:derive_default

Conversation

@BenLocal
Copy link
Contributor

  • Added .derive_default(true) to the bindgen builder to automatically derive default implementations for types.
  • This change enhances usability by simplifying the generated bindings.

* Added `.derive_default(true)` to the bindgen builder to automatically derive default implementations for types.
* This change enhances usability by simplifying the generated bindings.

Signed-off-by: benshi <807629978@qq.com>
@thewh1teagle
Copy link
Owner

Thank you!

@thewh1teagle thewh1teagle merged commit 6700749 into thewh1teagle:main Nov 1, 2025
3 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