duffer 1.0.2
duffer: ^1.0.2 copied to clipboard
A pure dart library offering support for netty-like byte buffer manipulation and binary serialization via a pickle inspired system
1.0.0 #
- Start of the tracked change log
1.0.0+1 #
- Updated the license
1.0.1 #
- Update pubspec.yaml with new description
- Remove unused imports
- Declare missing @override annotations in exceptions.dart
- Improve examples/
1.0.2 #
- Improve examples/
- Add documentation
- Add peakAvailableBytes
- Update encodings to use peakAvailableBytes
- Make iterator use writer index instead of the buffer capacity since this would be unexpected for the user