axum-template

Layers, extractors and template engine wrappers for axum based Web MVC applications

MIT License

Downloads
33.6K
Stars
76
Committers
5

Bot releases are hidden (Show)

axum-template - v 2.4.0 Latest Release

Published by Altair-Bueno 2 months ago

What's Changed

Full Changelog: https://github.com/Altair-Bueno/axum-template/compare/v2.3.0...v2.4.0

axum-template - v2.3.0

Published by Altair-Bueno 6 months ago

What's Changed

Full Changelog: https://github.com/Altair-Bueno/axum-template/compare/v2.2.0...v2.3.0

axum-template - v2.2.0

Published by Altair-Bueno 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Altair-Bueno/axum-template/compare/v2.1.0...v2.2.0

axum-template - v2.1.0

Published by Altair-Bueno 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Altair-Bueno/axum-template/compare/v2.0.0...v2.1.0

axum-template - v2.0.0: Support for axum 0.7.X

Published by Altair-Bueno 11 months ago

What's Changed

Full Changelog: https://github.com/Altair-Bueno/axum-template/compare/v1.0.0...v2.0.0

axum-template - v1.0.0

Published by Altair-Bueno over 1 year ago

What's Changed

Full Changelog: https://github.com/Altair-Bueno/axum-template/compare/v0.19.0...v1.0.0

axum-template - v0.19.0

Published by Altair-Bueno over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Altair-Bueno/axum-template/compare/v0.18.0...v0.19.0

axum-template - v0.18.0

Published by Altair-Bueno over 1 year ago

What's Changed

Full Changelog: https://github.com/Altair-Bueno/axum-template/compare/v0.17.0...v0.18.0

axum-template - v0.17.0

Published by Altair-Bueno over 1 year ago

What's Changed

Full Changelog: https://github.com/Altair-Bueno/axum-template/compare/v0.16.0...v0.17.0

axum-template - v0.16.0

Published by Altair-Bueno over 1 year ago

axum-template - v0.15.2

Published by Altair-Bueno over 1 year ago

What's Changed

Full Changelog: https://github.com/Altair-Bueno/axum-template/compare/v0.15.1...v0.15.2

axum-template - v0.15.1

Published by Altair-Bueno over 1 year ago

axum-template - v0.15.0

Published by Altair-Bueno over 1 year ago

What's Changed

Full Changelog: https://github.com/Altair-Bueno/axum-template/compare/v0.14.0...v0.15.0

axum-template - v0.14.0

Published by Altair-Bueno over 1 year ago

What's Changed

Full Changelog: https://github.com/Altair-Bueno/axum-template/compare/v0.13.0...v0.14.0

axum-template - v0.13.0

Published by Altair-Bueno almost 2 years ago

What's Changed

Full Changelog: https://github.com/Altair-Bueno/axum-template/compare/v0.12.0...v0.13.0

axum-template - v0.12.0

Published by Altair-Bueno almost 2 years ago

What's Changed

Full Changelog: https://github.com/Altair-Bueno/axum-template/compare/v0.11.0...v0.12.0

axum-template - v0.11.0

Published by Altair-Bueno almost 2 years ago

What's Changed

Full Changelog: https://github.com/Altair-Bueno/axum-template/compare/v0.10.0...v0.11.0

axum-template - v0.10.0 - Support for `axum` 0.6.X

Published by Altair-Bueno almost 2 years ago

What's Changed

  • axum-template now supports axum 0.6.X. See the Breaking changes and Migration guide sections for more information
  • Key now implements AsRef<str>

Full Changelog: https://github.com/Altair-Bueno/axum-template/compare/v0.9.0...v0.10.0

Breaking changes

  • axum_template::engine::Engine no longer implements axum::extract::FromRequest
  • axum_template::engine::Engine no longer implements tower_layer::Layer
  • axum_template::engine::EngineRejection has been removed
  • axum_template::Key no longer implements axum::extract::FromRequest

Migration guide

We suggest reading the official axum migration guide before attempting to migrate axum-template

Sharing the engine

axum-template now uses the new typesafe State extractor, meaning you will now need to provide a global state object instead of adding extension layers. For more information, see https://github.com/tokio-rs/axum/blob/main/axum/CHANGELOG.md#extractors.

Custom keys and custom engines

See the new axum::request::FromRequestParts trait.

axum-template - v0.9.0

Published by Altair-Bueno almost 2 years ago

What's Changed

Full Changelog: https://github.com/Altair-Bueno/axum-template/compare/v0.8.0...v0.9.0

axum-template - v0.8.0

Published by Altair-Bueno almost 2 years ago

What's Changed

Full Changelog: https://github.com/Altair-Bueno/axum-template/compare/v0.7.0...v0.8.0