sfx 0.1.2

SFX is a streamlined, full-stack Rust framework for building small web services with integrated authentication, localization, and config-driven UI components
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

<!--<p>{{ pageprop.path }}</p>-->
<div class="container" style="background-color: rgba(255, 255, 255); padding: 10px; border-radius: 5px;
    margin-bottom: 25px;">
    <nav style="--bs-breadcrumb-divider: '>'"
         aria-label="breadcrumb">
        <ol class="breadcrumb" style="margin: 0px">

            -[ for step path ]- 

                <li class="breadcrumb-item"><a href="-[ step["path"] ]-/">-[ step.name ]-</a></li>

            -[ endfor ]- 

        </ol>
    </nav>
</div>