serde_aws_query_ce

Crates.ioserde_aws_query_ce
lib.rsserde_aws_query_ce
version0.1.1
sourcesrc
created_at2023-12-24 21:47:51.403977
updated_at2023-12-28 22:32:29.191453
descriptionSerde support for AWS Query protocol
homepage
repositoryhttps://github.com/local-cloud-rs/serde_aws_query_ce
max_upload_size
id1079907
size58,334
Maksim Dadzerkin (damalmax)

documentation

README

serde_aws_query_ce Build Latest Version Documentation

This is a Rust library for serializing to and deserializing from AWS Query string.

Installation

[dependencies]
serde_aws_query_ce = "0.1"

Feature Coverage

  1. Serialization
  • Simple struct support
  • Vec support
  • Enum support
  • xmlFlattened support

Note: serialization to AWS Query string will be added later.

  1. Deserialization
  • Simple struct support
  • Vec support
  • Enum support
  • Flattened Vec support
  • AWS Smithy types

License

The library is licenced under Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)

Commit count: 12

cargo fmt