Releases: xpodev/quickstruct
Releases · xpodev/quickstruct
v0.2.1
Changelog
- Moved package to xpodev account on pypi
v0.2.0
Changelog
DataStruct
is now using a metaclass instead of hook functionDataStruct
generates__slots__
for faster & safer code- Many bug fixes
- Changed and deprecated some
StructFlags
- Added new
StructBuilder
for better structs - Added error
v0.1.4
Changelog
- I messed up something and now I'm tryna fix it 😅
v0.1.3
Changelog
- Added struct alignment, field reorder and flags
- Added tests for fixed sized alignment & size
v0.1.2
Bug fixes
- Fixed a bug where checking for instance (
isinstance
) will cause infinite recursion - Updated the readme
- Added some tests
v0.1.1
First release (except that I messed up the previous one).
Full Changelog: https://github.com/xpodev/quickstruct/commits/0.1.1