Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhutter/axum-sandbox
Axum experiments
https://github.com/mhutter/axum-sandbox
Last synced: 25 days ago
JSON representation
Axum experiments
- Host: GitHub
- URL: https://github.com/mhutter/axum-sandbox
- Owner: mhutter
- Created: 2024-03-27T06:57:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T07:05:32.000Z (9 months ago)
- Last Synced: 2024-05-01T21:04:32.325Z (8 months ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Axum Experiments
## Sessions
Source: [session.rs](src/experiments/session.rs)
Goal:
- use & modify session data
- data is stored in a cookie (usually an encrypted one, but we use a plan text one here for testing purposes)
- more ergonomic than `CookieJar` that needs to be included in every response manually
- type-safety