this post was submitted on 19 Mar 2025
19 points (100.0% liked)

Rust

6637 readers
182 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
19
ICED (lemmy.world)
submitted 6 days ago* (last edited 6 days ago) by [email protected] to c/[email protected]
 

I was hoping if I could get some help regarding Iced.rs (& maybe even advice on GUI-dev in general) since the documentation/book is a Work-In-Progress

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 6 days ago

Where does one even start ?

In any rust project, you start with API docs, and the examples folder if one exists. Just make sure the examples belong to the current version you will depend on, not the master/main branch. The link above is from v0.13.1 for example.