Fixes: - Fix potential validation issue with streaming; - Fix setup errors for older Python versions;
Updates: - Pure Python fallback added; - Remove manual endianness handling; - Support for Python 3.13; - Optimization in validation;
0.5.1
Updates: - Optimizations in `encode` and `decode` methods;
0.5.0
Updates: - Custom type support; * Serialize data with custom types, not supported by default; * Separate functions for serializing and de-serializing per custom type; - Better safety handling (strict alignment policies); - Improve setup/compile speed;