/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use anyhow::Result; use askama::Template; use std::borrow::Borrow;
usesuper::interface::*; use heck::{ToShoutySnakeCase, ToSnakeCase};
// Turns a `crate-name` into the `crate_name` the .rs code needs to specify. pubfn crate_name_rs(nm: &str) -> Result<String, askama::Error> {
Ok(format!("r#{}", nm.to_string().to_snake_case()))
}
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet am 2026-06-23)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.