From 3656cfe9278f8233f7cd7caa84534b3e110e17cb Mon Sep 17 00:00:00 2001 From: martinjms Date: Sat, 2 May 2026 19:09:51 +0300 Subject: [PATCH] docs(arcane-core): add module-level doc comment to lib.rs Closes #103 --- crates/arcane-core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/arcane-core/src/lib.rs b/crates/arcane-core/src/lib.rs index 466e427..b8a51bf 100644 --- a/crates/arcane-core/src/lib.rs +++ b/crates/arcane-core/src/lib.rs @@ -1,4 +1,4 @@ -//! Arcane Engine — core traits and shared types. +//! Core types and traits for the Arcane real-time multiplayer engine. //! //! Defines the stable, I/O-free contracts used by the rest of the workspace. //!