I did develop and publish it in about 6 days in my free time. For people that say that #Rust is an overkill for backends ๐คจ
It is often a matter of practice to be productive in any language. Rust already offers the ecosystem.
I did write a helper library that is highly opinionated to be even more productive and share code between my #Axum + #SQLx + #Askama projects:
https://docs.rs/oxi-axum-helpers/latest/oxi_axum_helpers/
It is not documented yet ๐ I will document it and might even write a blog post about it ๐
#rust #Axum #sqlx #askama #rustlang
Dec 23
forgot to update regularly.
- working on my web app
- using #axum web framework
- for templating picked #askama
- using #TailwindCSS for styling
- for db using #surrealdb
- basic structure is done
- next need to add error handling, tracing
so far enjoying writing #RustLang
#axum #askama #tailwindcss #SurrealDB #rustlang