rune 0.14.2

The Rune Language, an embeddable dynamic programming language for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
{{#> layout}}
    <h3 class="title">Index</h3>

    {{#if modules}}
        <h4 class="section-title">Modules</h4>

        {{#each modules}}
            <div class="item-entry"><a href="{{this.path}}">{{this.item}}</a></div>
        {{/each}}
    {{/if}}
{{/layout}}