Commit e31d6e2
committed
feat(bindgen): enable default derivation for 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>1 parent 6b17eb3 commit e31d6e2
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
| 319 | + | |
319 | 320 | | |
320 | 321 | | |
321 | 322 | | |
| |||
0 commit comments