aboutsummaryrefslogtreecommitdiff
path: root/src/api/encoding.rs
Commit message (Collapse)AuthorAgeFilesLines
* Improved XML serializationbetter_xmlAlex Auvolat2021-05-061-17/+0
| | | | | | - Use quick_xml and serde for all XML response returned by the S3 API. - Include tests for all structs used to generate XML - Remove old manual XML escaping function which was unsafe
* Fix #59 (& issue)Alex Auvolat2021-04-271-1/+2
|
* document api crateTrinity Pointard2021-04-271-0/+5
|
* Work on APIAlex Auvolat2020-04-281-0/+33