pop-chains 0.14.0

Library for generating, building and running parachains.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[general]
# Directories to search for templates, relative to the crate root.
dirs = ["templates"]
# Unless you add a `-` in a block, whitespace characters won't be trimmed.
whitespace = "preserve"
default_syntax = "substrate"

[[syntax]]
name = "substrate"
block_start = "{{"
block_end = "}}"
comment_start = "#{"
comment_end = "}#"
expr_start = "^^"
expr_end = "^^"