Skip to content

Releases: gengteng/axum-serde

v0.3.0

29 Feb 07:40
Compare
Choose a tag to compare
  • Add support for sonic-rs
  • Fix typo in documentation.

v0.2.0

14 Dec 10:43
Compare
Choose a tag to compare
  • Refactor extractor macro

v0.1.3

v0.1.2

01 Dec 07:33
Compare
Choose a tag to compare

v0.1.1

v0.1.0

30 Nov 08:43
Compare
Choose a tag to compare
  • axum-serde is a library that provides multiple serde-based extractors and responders for the Axum web framework.

Extractors provided

Extractor Feature Backend
Yaml<T> yaml serde_yaml v0.9.27
MsgPack<T> / MsgPackRaw<T> msgpack rmp-serde v1.1.2
Toml<T> toml toml v0.8.8
Xml<T> xml quick-xml v0.31.0