async_gui/
lib.rs

1/*
2
3`async-gui` is free software: you can redistribute it and/or modify it under the terms of one of
4the following licenses:
5
6- The GNU Affero General Public License as published by the Free Software Foundation, either version
7  3 of the License, or (at your option) any later version.
8- The Patron License at https://github.com/notgull/async-gui/blob/main/LICENSE-PATRON.md, for
9  sponsors and contributors, who can ignore the copyleft provisions of the GNU AGPL for this project.
10
11`async-gui` is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
12the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General
13Public License and the Patron License for more details.
14
15You should have received a copy of the GNU Affero General Public License and the corresponding Patron
16License along with `async-gui`. If not, see <https://www.gnu.org/licenses/>.
17
18*/
19
20//! A retained mode GUI framework with emphasis on asynchronous code flow.