Re-exports

pub use color_text::styles::*;
pub use color_text::styles::*;
pub use color_text::*;
pub use decl_macros::*;

Modules

Macros

Declarative macro to surround the given block with a call to tokio::spawn. This is useful for spawning a task that will run in the background from a function that is NOT async.

Declarative macro to generate the API call functions. This adds the following: