From 0fd2141f93d425f24ec6cf3db7230b59d3c596c8 Mon Sep 17 00:00:00 2001 From: martinjms Date: Sat, 2 May 2026 18:18:01 +0300 Subject: [PATCH] docs(arcane-core): add module-level doc comment to lib.rs Replaced the first line of the crate-level doc comment with the description specified in the issue. Co-Authored-By: Claude Sonnet 4.6 --- 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. //!