Commit Graph
6 Commits
Author SHA1 Message Date
David Pedersen ab321b7fb9 Add licenses to all examples 2021-11-03 11:47:52 +01:00
David Pedersen 5d9b697be3 Move axum crate into workspace subfolder
Over time I imagine we're gonna have other crates in this repo that
provide utilities or integrations for axum. This prepares for that by
moving the main axum crate into its own folder.

The README situation is a bit annoying because we want `./README.md`
for viewing the repo on github but `axum/README.md` for crates.io. For
now I've just copy/pasted it and added CI step to make sure they're
identical.
2021-11-03 11:40:23 +01:00
David Pedersen 7692baf837 Reorganize method routers for handlers and services (#405)
* Re-organize method routing for handlers

* Re-organize method routing for services

* changelog
2021-10-24 20:05:16 +00:00
silvioprog 8ca5538405 Fix typo in main.rs (#381) 2021-10-12 18:20:27 +00:00
David Pedersen ac291baaec Fix dead code warnings (#373) 2021-10-07 16:49:57 +02:00
David Pedersen f8154a088c Add example showing up to customize extractor error (#356)
Lots have been asking about this so makes sense to have an example for.

Once this is merged I'll add a link to it in the docs.
2021-09-30 17:55:58 +00:00