Module tear::extra[][src]

Crate prelude with all the extras

Usage

use tear::extra::*;

Description

In addition to all the symbols in prelude, it exports the following:

  • Moral and its variants Good and Bad
  • Looping
  • Judge and Return traits
  • Utility macros last!, next! and resume!
  • gut function, and Maru type

Re-exports

pub use crate::prelude::*;
pub use crate::Moral;
pub use crate::Moral::*;
pub use crate::Judge;
pub use crate::Return;
pub use crate::last;
pub use crate::next;
pub use crate::resume;
pub use crate::gut;
pub use crate::Maru;