A lightweight library for converting complex objects to and from simple Python datatypes.
-
Updated
Oct 19, 2020 - Python
{{ message }}
A lightweight library for converting complex objects to and from simple Python datatypes.
A pure Rust Excel/OpenDocument SpeadSheets file reader: rust on metal sheets
MessagePack implementation for Rust / msgpack.org[Rust]
From our benchmarks we can see that we are consistently slower than everyone else when serializing/deserializing boolean values. We should fix that.
orjson is using an unsafe block to create a reference to a boolean:
https://github.com/ijl/orjson/blob/03d55e99a953ce93cedc05f03e4b63b0bcbbcc7a/src/decode.rs#L81-L96
This avoids additional allocations.
For comparison, this is our code at the
Native integration of Serde with wasm-bindgen
xml-rs based deserializer for Serde (compatible with 1.0+)
We get the return annotation for free, so we should allow users to do something with it.
Custom de/serialization functions for Rust's serde using the with-annotation
A data serialization format as similar as possible to Rust's own syntax
Hello, I think this project is not JSON only specific, right? If possible, can we add support to scalapb? Thanks!
Serializer/Deserializer for Kafka to serialize/deserialize Protocol Buffers messages
Serde backed Bencode encoding/decoding library for Rust.
We should make Rust enums out of Go code like:
https://github.com/aws/aws-lambda-go/blob/master/events/dynamodb.go#L127
Add a description, image, and links to the serde topic page so that developers can more easily learn about it.
To associate your repository with the serde topic, visit your repo's landing page and select "manage topics."
In the following string validation, the error message points to the close quote after "test123". It would be nicer to point to the opening quote instead.