|
|
|
|
|
by sampullman
598 days ago
|
|
That's pretty much where I'm at, plus a few basic packages for auth, caching, job/queue stuff. I can't remember the last time I had to care about async, but it does occasionally come up when dealing with things like background tasks. I'm not totally happy with sqlx and the logging situation, but most issues that come up are the "solve once and never worry about it again" type. |
|