Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-07-10 | 457 Bytes | |
V0.21.0 source code.tar.gz | 2024-07-10 | 329.9 kB | |
V0.21.0 source code.zip | 2024-07-10 | 473.6 kB | |
Totals: 3 Items | 803.9 kB | 0 |
v0.21
-
Support generating bindings for Julia enums with integer base types in combination with JlrsCore.Reflect and the
Enum
derive macro. -
Fix several bugs related to how type parameters are handled in code generated by
julia_module!
. -
TypedValue::as_typed_ranked_array
andTypedValue::as_typed_array
have been added, these methods convert a type value with an array type constructor to the correspondingTyped(Ranked)Array
type.