structify 0.0.2
structify: ^0.0.2 copied to clipboard
A powerful Dart library for working with C-style structs, providing memory alignment, efficient serialization, and safety features.
Changelog #
0.1.0 #
Initial release of Structify package.
Features #
- Memory-aligned struct support
- Binary serialization
- Memory safety features
- Memory pooling
- Custom alignment control
- Endianness support
- SIMD optimization support
- Protocol buffer basic support
- Comprehensive memory management utilities
- Debug and safety tools
Added #
- Core struct implementation
- Memory management system
- Type system with basic and advanced types
- Serialization framework
- Memory pooling
- Safety features
- Example projects
- Documentation