From 6651d6e91ddd4d9c375b0c350628975273455a6c Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Mon, 28 Apr 2025 23:22:38 +0200 Subject: [PATCH] Doc --- backend/src/ron_extractor.rs | 1 + backend/templates/title.html | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/backend/src/ron_extractor.rs b/backend/src/ron_extractor.rs index 1c14869..bdd6655 100644 --- a/backend/src/ron_extractor.rs +++ b/backend/src/ron_extractor.rs @@ -1,3 +1,4 @@ +//! An Axum extractor for HTTP body containing RON data (Rusty Object Notation). use axum::{ body::Bytes, extract::{FromRequest, Request}, diff --git a/backend/templates/title.html b/backend/templates/title.html index 57730e4..67ec663 100644 --- a/backend/templates/title.html +++ b/backend/templates/title.html @@ -1,4 +1,8 @@