Skip to content

Commit

Permalink
Remove unused functions
Browse files Browse the repository at this point in the history
Remove trailing whitespace
Use IdSet and IdDict in Reflect
Optimize toposort!
Support generating wrappers for enums with integer base types
  • Loading branch information
Taaitaaiger committed Jun 27, 2024
1 parent d9b7a9e commit 9e4af19
Show file tree
Hide file tree
Showing 7 changed files with 219 additions and 94 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### v0.5.0

- Bindings for enums that have an integer `BaseType` can be generated with `Reflect.reflect`.

#### v0.4.0

- `RustResult` has been removed.
Expand Down
Loading

0 comments on commit 9e4af19

Please sign in to comment.