mystical-runic 0.5.3

High-performance templating engine for Rust with enterprise security, advanced monitoring, comprehensive developer tools, and ecosystem integration. Zero-dependency core with optional async, web framework, WASM, and CLI features.
Documentation
/* CSS personnalisé pour la documentation Mystical-Runic */

/* Style pour les badges de fonctionnalités */
.feature-badge {
    display: inline-block;
    background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: bold;
    margin-left: 5px;
}

/* Style pour les exemples de code */
.example-wrap {
    border-left: 4px solid #667eea;
    padding-left: 10px;
    margin: 10px 0;
}

/* Style pour les sections mystiques */
.mystical-section {
    background: linear-gradient(135deg, #667eea10 0%, #764ba210 100%);
    border: 1px solid #667eea30;
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
}

/* Style pour les icônes dans la documentation */
.doc-icon {
    margin-right: 5px;
}

/* Amélioration des tableaux */
table {
    border-collapse: collapse;
    width: 100%;
    margin: 15px 0;
}

table th,
table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

/* Style pour les notes importantes */
.doc-important {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 4px;
    padding: 10px;
    margin: 10px 0;
}

/* Style pour les exemples mystiques */
.mystical-example {
    background: linear-gradient(135deg, #667eea05 0%, #764ba205 100%);
    border-left: 4px solid #764ba2;
    padding: 10px;
    margin: 10px 0;
    border-radius: 0 4px 4px 0;
}