rustic_server
rustic_server copied to clipboard
refactor!: move to axum
Fixes #2 Fixes #23
TODO:
- [x] Fix error handling
- [x] Check unit/integration tests
It may make sense to factor out the tests and merge them first, when they run through also with the old code. Or make them run with the old code.
When merging this PR:
-
deactivate the nightly builds for the time being, so this version is not being delivered until stabilized
-
create a note in the Readme, that this version is currently unstable and should not be used outside a development context.
Let's merge this and work in another PR to get the typed_routing going and implement more tests.