glacier

Types

Atom to internally differentiate between Src and Test modules. Public because the FFIs rely on it.

pub type ModuleKind {
  SrcModuleKind
  TestModuleKind
}

Constructors

  • SrcModuleKind
  • TestModuleKind

Functions

pub fn main() -> Nil

Runs either gleeunit or glacier depending on given flags

Search Document