You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library offers incremental serialization and deserialization of
Haskell values using the binary package. Under the hood, we wrap the
incremental decoders from binary's Incremental API as first-class
streams as defined in streaming.