Interfaces¶
Everything so far has had a terminal for a face. This section is about the other kinds — a browser, a window, a phone — and it is deliberately short, because the interesting Rust is rarely in the UI layer.
One page for now, and it is the orientation one: which Rust UI option, and whether you want one at all.
The numbering slot matters more than the contents: this sits after clients, because a UI is usually the last thing you add and the first thing that tempts you to skip the parts underneath it.
Po polsku¶
W polskim żargonie programistycznym „interfejs” znaczy prawie zawsze to, co w Ruscie nazywa się trait — cechę (trait), czyli kontrakt, który typ implementuje. Ten katalog mówi o czymś zupełnie innym: o interfejsie użytkownika, o twarzy programu — terminalu, oknie, przeglądarce, telefonie. Jest celowo cienki, bo ciekawy Rust rzadko siedzi w warstwie UI, a numer 08 stoi zaraz po klientach nie przypadkiem: interfejs dokłada się zwykle na końcu i to on najbardziej kusi, żeby pominąć wszystko, co jest pod spodem.
Szukaj po polsku: interfejs użytkownika w Ruscie · GUI w Ruscie · cecha a interfejs · rust gui framework · rust ui options