From 19fd48fa5fbecaf70daa2b5a3cfcfd222813cacb Mon Sep 17 00:00:00 2001 From: Radical Date: Tue, 20 May 2025 02:05:09 +0200 Subject: [PATCH] docs: add proper module documentation to edge_storage.rs --- src/edge_storage.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/edge_storage.rs b/src/edge_storage.rs index 495eca6..6dac926 100644 --- a/src/edge_storage.rs +++ b/src/edge_storage.rs @@ -1,4 +1,6 @@ -//! B +//! Edge Storage API +//! +//! Contains enums, structs and functions for the Bunny Edge Storage API use std::sync::Arc;