Crosswake.SupportMatrix.Renderer (crosswake v0.1.0)

View Source

Deterministic Markdown renderer for the canonical support matrix guide.

Summary

Types

action()

@type action() :: :created | :reused | :updated

Functions

render(support_matrix)

@spec render(Crosswake.Manifest.Types.SupportMatrix.t()) :: String.t()

write(path, support_matrix)

@spec write(String.t(), Crosswake.Manifest.Types.SupportMatrix.t()) :: {:ok, action()}