duffer 1.2.1
duffer: ^1.2.1 copied to clipboard
A pure dart library offering support for netty-like byte buffer manipulation and binary serialization via a pickle inspired system
example/EXAMPLE.md
Examples #
In the lib/ directory are various examples showing possible use-cases for the library
simple_write.dart: Creating a buffer and performing simple read/write operationssimple_set.dart: Performing index based operations on the bufferpickle.dart: Example for using the pickle system