frosty
Data serializer
A library for serializing and deserializing data from various targets such as streams and sockets
serialize native Nim types to strings, streams, sockets, whatever ⛄
50 stars
2 watching
3 forks
Language: Nim
last commit: about 3 years ago
Linked from 1 awesome list
binarymemorynimobjectsserializesocketsstreamsstringstypes
Related projects:
Repository | Description | Stars |
---|---|---|
treeform/flatty | A fast and simple binary serializer/deserializer for Nim. | 87 |
sritchie/carbonite | A Clojure library that uses Kryo to serialize data in a compact and efficient manner. | 30 |
boostorg/serialization | Provides a C++ framework for serializing and deserializing data structures to and from various formats | 121 |
wc-duck/datalibrary | A C++ library for serializing data from JSON format to binary and vice versa while performing type checks and other validations. | 42 |
marvin-brouwer/fluentserializer | Provides a standardized interface for serializing and deserializing data to and from C# objects | 20 |
iokasimov/apart | A Haskell library for serializing and deserializing data structures in a persistent manner. | 30 |
paritytech/parity-scale-codec | A Rust library for serializing and deserializing data in a compact binary format | 258 |
kevin-montrose/jil | A fast JSON serializer and deserializer built on top of the Sigil framework. | 2,147 |
scinim/datamancer | A Nim library providing a dplyr-like API for data manipulation and analysis of dataframes. | 133 |
msgpack/msgpack-d | A binary-based JSON-like serialization library for D language. | 118 |
gonzalezreal/groot | A framework that serializes and deserializes Core Data object graphs from or into JSON using annotations in the Core Data model. | 534 |
rikimaru0345/ceras | A binary serializer that converts objects to byte arrays and back, supporting various features such as reference loops and polymorphism. | 484 |
iddev5/inon | A simple data serialization format for Zig that supports human-readable representation and fast serialization and deserialization. | 10 |
pkulchenko/serpent | A Lua serializer and pretty printer that supports human-readable and machine-readable serialization of complex data structures. | 558 |
intellimath/pyaxon | A lightweight, human-readable data serialization format and associated Python library for representing complex data structures | 22 |