Releases: Fincap/zig-rtti
Releases · Fincap/zig-rtti
v0.2.0
v0.1.1
- Moved
pub fn mainand other testing code from library root into development-only executablemain.zig TypeRegistryis now a file-level struct- Moved
TypeIdandgetTypeId(renamed fromtypeId) into their own file - Added
rtti.Optionstype that can be used to configure the library in a similar way tostd.Options. - Added a library option to opt out of linksection incremental generation of type IDs.
- Removed most functions from
rtti.utilwhich were redundant with existing standard library functions.
Full Changelog: v0.1.0...v0.1.1