Re: NEW: devel/cereal serialization header library

2023-07-05 Thread Marc Espie
On Tue, Jul 04, 2023 at 03:20:41AM -0400, Ian Darwin wrote: > Descr: > Cereal is a header-only C++11 serialization library. It takes > arbitrary data types and reversibly turns them into different > representations, such as compact binary encodings, XML, or JSON. > Cereal was designed to be fast,

Re: NEW: devel/cereal serialization header library

2023-07-05 Thread Klemens Nanni
On Wed, Jul 05, 2023 at 03:25:53AM -0400, Ian Darwin wrote: > This time with the attachement. > > On Wed, Jul 05, 2023 at 02:07:01AM -0400, Ian Darwin wrote: > > On Tue, Jul 04, 2023 at 03:20:41AM -0400, Ian Darwin wrote: > > > Descr: > > > Cereal is a header-only C++11 serialization library. It

Re: NEW: devel/cereal serialization header library

2023-07-05 Thread Ian Darwin
This time with the attachement. On Wed, Jul 05, 2023 at 02:07:01AM -0400, Ian Darwin wrote: > On Tue, Jul 04, 2023 at 03:20:41AM -0400, Ian Darwin wrote: > > Descr: > > Cereal is a header-only C++11 serialization library. It takes > > arbitrary data types and reversibly turns them into different

Re: NEW: devel/cereal serialization header library

2023-07-05 Thread Ian Darwin
On Tue, Jul 04, 2023 at 03:20:41AM -0400, Ian Darwin wrote: > Descr: > Cereal is a header-only C++11 serialization library. It takes > arbitrary data types and reversibly turns them into different > representations, such as compact binary encodings, XML, or JSON. > Cereal was designed to be fast,

NEW: devel/cereal serialization header library

2023-07-04 Thread Ian Darwin
Descr: Cereal is a header-only C++11 serialization library. It takes arbitrary data types and reversibly turns them into different representations, such as compact binary encodings, XML, or JSON. Cereal was designed to be fast, light-weight, and easy to extend - it has no external dependencies