docs: add proper module documentation to edge_storage.rs

This commit is contained in:
Radical 2025-05-20 02:05:09 +02:00
parent be326f52ca
commit 19fd48fa5f

View file

@ -1,4 +1,6 @@
//! B //! Edge Storage API
//!
//! Contains enums, structs and functions for the Bunny Edge Storage API
use std::sync::Arc; use std::sync::Arc;