rison

Crates.iorison
lib.rsrison
version0.1.0
sourcesrc
created_at2023-12-11 13:04:55.07062
updated_at2023-12-11 13:04:55.07062
descriptionA deserializer for the rison data format
homepage
repositoryhttps://github.com/Skynoodle/rison-rs
max_upload_size
id1065150
size43,696
(Skynoodle)

documentation

README

Rison is a data serialization format based on JSON, optimized for compactness in URIs.

The format supported by this implementation is based on the documentation and implementations found below:

The deserializer implementation is broadly inspired by the existing serde_json library which provides a serde serializer and deserializer for the standard JSON format.

Commit count: 20

cargo fmt