| Crates.io | rison |
| lib.rs | rison |
| version | 0.1.0 |
| created_at | 2023-12-11 13:04:55.07062+00 |
| updated_at | 2023-12-11 13:04:55.07062+00 |
| description | A deserializer for the rison data format |
| homepage | |
| repository | https://github.com/Skynoodle/rison-rs |
| max_upload_size | |
| id | 1065150 |
| size | 43,696 |
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.