Expand description

It is a general-purpose library for Rust that can help developers create various kinds of applications in a shorter amount of time. This library is also used to serve as a custom extension to the Rust standard library.

Re-exports

pub use crate::str::*;
pub use any::*;
pub use functions::*;
pub use reactive::*;
pub use structs::*;

Modules

It contains some child modules that do not belongs to any other parent modules.
It contains a bunch of top level functions that can be called directly and some extension functions applied on the existing types already made in the standard library.
It contains some specific types that are extensions of Reactive type to provide additional features.
It contains a bunch of simple plain old structures with some helper functions applied on them to provide some features.

Type Definitions