rison 0.1.0

A deserializer for the rison data format
Documentation
  • Coverage
  • 100%
    25 out of 25 items documented0 out of 16 items with examples
  • Size
  • Source code size: 45.89 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.74 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Skynoodle/rison-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Skynoodle

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.