maxcountryman / tower-sessions

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

move service out of core #146

Closed maxcountryman closed 9 months ago

maxcountryman commented 9 months ago

Because the service is not needed for core any longer, we can relocate it, thus lightening the core crate a bit.

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (6359e76) 69.45% compared to head (1267774) 69.45%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #146 +/- ## ======================================= Coverage 69.45% 69.45% ======================================= Files 5 5 Lines 275 275 ======================================= Hits 191 191 Misses 84 84 ```

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