JuliaInterop / ZMQ.jl

Julia interface to ZMQ
Other
137 stars 58 forks source link

Add overloads for Base.elsize and Base.strides to Message #214

Closed JamesWrigley closed 2 years ago

JamesWrigley commented 2 years ago

This is handy if deserializing a Message with MsgPack, which requires these methods to be defined.

stevengj commented 2 years ago

LGTM.