From bb41e396aca01fee9f81785681fac0a79d0fd9d8 Mon Sep 17 00:00:00 2001 From: zirkonya Date: Thu, 27 Aug 2026 09:45:12 +0200 Subject: split event and enhance context --- src/context.rs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/context.rs') diff --git a/src/context.rs b/src/context.rs index 8b13789..bcc0b6d 100644 --- a/src/context.rs +++ b/src/context.rs @@ -1 +1,9 @@ +pub struct Context { + pub data: Data, +} +impl Context { + pub fn new(data: Data) -> Self { + Self { data } + } +} \ No newline at end of file -- cgit v1.2.3