MsgPack.jl
MsgPack.jl copied to clipboard
Julia MsgPack implementation with type-driven, overloadable packing/unpacking functionality
Results
12
MsgPack.jl issues
Sort by
recently updated
recently updated
newest added
Similar to `MapView`, there should be a `StructView{T}` type that allows lazy, well-typed field access via `getproperty`. Then, users can really nicely stage the laziness of MsgPack's decoding/copying for their...
[As pointed out in #30](https://github.com/JuliaIO/MsgPack.jl/pull/30#discussion_r322026206), this would make these internal functions more predictable.