iced_af 0.4.1

The iced application framework project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
// This file is part of `iced_af` crate. For the terms of use, please see the file
// called `LICENSE-BSD-3-Clause` at the top level of the `iced_af` crate.

//! The core components of the mini application framework.
//!
//! No alteration for these should be required.

pub mod error;
pub mod localisation;
pub mod state;
pub mod traits;