messagepack icon indicating copy to clipboard operation
messagepack copied to clipboard

Implemented a generic packing function

Open ldoney opened this issue 3 years ago • 0 comments

Using dart's dynamic keywords, I wrote up a function which uses the rest of the pack() functions within the packer class. I was using this library on one of my projects, and I wanted to be able to use this library to pack whatever datatype the client needs, so using dart's features I came up with this little function,

ldoney avatar Jun 04 '21 23:06 ldoney