this post was submitted on 16 Jun 2024
14 points (93.8% liked)
Rust
5953 readers
2 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
rtask as my school project for database classes. SQLx and stuff.
Is rust common in schools now or is it your personal interest that lets you use it?
They tried to force me to use SQLAlchemy, but I vomit with Python after 5 years. I learnt a bit of Rust and I wanted to try SQLx. Seemed like a perfect opportunity. Also I made a good base for recreation of Todoist in Rust that I'm keen on.
Out of curiosity, what did you use for the UI for the todoist clone?
I haven't yet but I would choose iced. System76 engineers are creating entire Desktop Environment for Linux in it and it looks and works gorgeous. I wait for the first stable version thought.