Crate rstml_control_flow

source ·
Expand description

Example of controll flow implementations:

  1. One variant is based on tags <for /> <if /> <else /> <else-if />
  2. another variand is based on escape character inside unquoted texts @if {} @for foo in array {}

Modules§

  • This module contain implementation of flow-controll based on rstml custom nodes.

Structs§

Enums§

Traits§