srec 1.2.0
srec: ^1.2.0 copied to clipboard
A Dart library that can read and write Motorola S-Record files. The Motorola S-Record is a file format that contains binary information as ASCII text.
1.2.0 #
- Avoid extra copies to improve performance.
- The functions to encode records now write to a string buffer instead of returning a string.
1.1.0 #
- Improved performance of conversions from and to strings by a factor of 200x.
1.0.1 #
- Added an example showing how to convert an srec file to binary.
1.0.0 #
- Initial version.