gleamgen/render

Types

pub type Context =
  @internal Context
pub type Rendered =
  @internal Rendered
pub type RenderedDetails =
  @internal RenderedDetails

Values

pub const context_from_config: fn(config.Config) -> Context

Create a context from a custom configuration

pub const default_context: fn() -> Context

Use the default configuration See also context_from_config

pub fn get_report(rendered: Rendered) -> report.Report
pub const to_string: fn(Rendered) -> String
Search Document