eure-template

Crates.ioeure-template
lib.rseure-template
version0.0.0
created_at2025-05-24 14:29:49.923851+00
updated_at2025-05-24 14:29:49.923851+00
descriptionTemplating extension for EURE files
homepagehttps://eure.dev
repositoryhttps://github.com/Hihaheho/eure
max_upload_size
id1687490
size2,228
Ryo Hirayama (ryo33)

documentation

README

eure-template

Templating extension for EURE files.

A structured and type-safe templating tool for eure.

This crate is still under development and published for name reservation purpose.

Part of the EURE project - a minimalist, schema-friendly format with an algebraic data model that's compatible with JSON.

Design

A template is a normal eure file which using $template extensions.

name.$template.path = .name
name.$type: string

childs.$template.for {
  path = .childs
  map {
    name.$template.if = .childs[].active
    name.$template.path = .childs[].name
    name.$type: string
  }
}
Commit count: 73

cargo fmt