floui 0.1.5

A SwiftUI inspired native wrapper for iOS and Android widgets
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![allow(clippy::needless_doctest_main)]
// #![warn(missing_docs)]

/// Imports log and the WidgetExt trait
pub mod prelude;

/// Import Color...etc
pub mod enums;

/// Imports widgets
pub mod widgets;