super_raw 0.1.0
super_raw: ^0.1.0 copied to clipboard
A package for writing, reading, and debugging binary data efficiently in Dart.
0.1.0 #
🎉 Initial release of super_raw — a high-performance binary data utility library for Dart.
✨ Features #
- Provides
RawWriterandRawReaderclasses for working with binary data. - Supports encoding and decoding of:
- Integers (signed/unsigned)
- Floating-point numbers
- UTF-8 and null-terminated strings
- Variable-length integers
- Custom encoders via
SelfEncoderandSelfDecoder
- Compatible with Dart 3.8.1 and null-safety.
- Includes comprehensive unit tests for all core features.
🧩 Notes #
This is the first stable version.
Future updates will focus on:
- Adding benchmarking and performance comparisons
- Expanding
RawReader/RawWriterAPI for buffer slicing and streaming - Improving developer documentation and examples