rustic_server icon indicating copy to clipboard operation
rustic_server copied to clipboard

refactor!: move to axum

Open simonsan opened this issue 2 years ago • 2 comments

Fixes #2 Fixes #23

TODO:

  • [x] Fix error handling
  • [x] Check unit/integration tests

simonsan avatar Jan 22 '24 23:01 simonsan

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.

simonsan avatar Mar 11 '24 00:03 simonsan

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.

simonsan avatar May 25 '24 16:05 simonsan

Let's merge this and work in another PR to get the typed_routing going and implement more tests.

simonsan avatar Nov 09 '24 21:11 simonsan