super_raw 0.1.0 copy "super_raw: ^0.1.0" to clipboard
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 RawWriter and RawReader classes 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 SelfEncoder and SelfDecoder
  • 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/RawWriter API for buffer slicing and streaming
  • Improving developer documentation and examples
1
likes
150
points
153
downloads

Publisher

unverified uploader

Weekly Downloads

A package for writing, reading, and debugging binary data efficiently in Dart.

Repository (GitHub)
View/report issues

Topics

#binary #io #codec #data

Documentation

API reference

License

MIT (license)

Dependencies

collection, fixnum, matcher, meta

More

Packages that depend on super_raw