1
0

Detach authentication

This commit is contained in:
2025-02-12 09:04:19 +02:00
parent acb7aa2e16
commit f6538945c5
16 changed files with 278 additions and 66 deletions

View File

@ -1,4 +1,4 @@
# Stuff that helped:
# Stuff that helped
* Architecture:
- [How to apply hexagonal architecture to Rust](https://www.barrage.net/blog/technology/how-to-apply-hexagonal-architecture-to-rust)
@ -11,9 +11,10 @@
- [Building a simple text editor with iced, a cross-platform GUI library for Rust](https://www.youtube.com/watch?v=gcBJ7cPSALo)
- [Unofficial Iced Guide](https://jl710.github.io/iced-guide/)
- [icebreaker](https://github.com/hecrj/icebreaker)
- [Halloy](https://github.com/squidowl/halloy)
---
> _The purpose of abstraction is not to be vague, but to create a new semantic level in which one can be absolutely precise._
— Edsger W. Dijkstra
_Edsger W. Dijkstra_