Re: [Haskell-cafe] ANNOUNCE: cereal-0.3.3.0

2011-04-28 Thread Trevor Elliott
You might still prefer to use binary if your goal is to stream parsed data. Using cereal, this takes a bit more work. --trevor On 04/27/2011 12:17 AM, Vo Minh Thu wrote: > 2011/4/26 Trevor Elliott : >> Hot on the heels of the last release, cereal-0.3.3.0 [1] adds support >> for parsing and rende

Re: [Haskell-cafe] ANNOUNCE: cereal-0.3.3.0

2011-04-27 Thread Vo Minh Thu
2011/4/26 Trevor Elliott : > Hot on the heels of the last release, cereal-0.3.3.0 [1] adds support > for parsing and rendering lazy ByteStrings.  Most running functions in > Data.Serialize.Get and Data.Serialize.Put now have lazy analogues, and > Data.Serialize has gained encodeLazy and decodeLazy.

[Haskell-cafe] ANNOUNCE: cereal-0.3.3.0

2011-04-26 Thread Trevor Elliott
Hot on the heels of the last release, cereal-0.3.3.0 [1] adds support for parsing and rendering lazy ByteStrings. Most running functions in Data.Serialize.Get and Data.Serialize.Put now have lazy analogues, and Data.Serialize has gained encodeLazy and decodeLazy. This new functionality was made p