Crate iron_ingot

Crate iron_ingot 

Source
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§

any
It contains some child modules that do not belongs to any other parent modules.
functions
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.
reactive
It contains some specific types that are extensions of Reactive type to provide additional features.
str
structs
It contains a bunch of simple plain old structures with some helper functions applied on them to provide some features.

Type Aliases§

Shared