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§

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

Structs§

EitherA
EitherB

Enums§

Either

Traits§

TryIntoOrCloneRef