maxcountryman / tower-sessions

🥠 Sessions as a `tower` and `axum` middleware.
MIT License
249 stars 43 forks source link

move session state into inner struct #189

Closed maxcountryman closed 7 months ago

maxcountryman commented 7 months ago

This wraps session state into an inner struct, reducing the required Arcs.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.75%. Comparing base (2a542d8) to head (54f5a96).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #189 +/- ## ========================================== + Coverage 85.49% 85.75% +0.25% ========================================== Files 5 5 Lines 331 337 +6 ========================================== + Hits 283 289 +6 Misses 48 48 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.