Skip to content

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

License

local-cloud-rs/serde_aws_query_ce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages