From c836b650eaf4ba33b1cfd2b475971b3ccc9f69b7 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 15 Jan 2026 02:57:31 +0100 Subject: new update_node_init --- common/src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common/src') diff --git a/common/src/lib.rs b/common/src/lib.rs index 5641386..9949bcc 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -5,7 +5,7 @@ */ #![feature(array_try_map)] pub mod routes; -use jellyobject::{Object, Registry, Tag, enums, fields}; +use jellyobject::{Object, Registry, Tag, TypedTag, enums, fields}; pub use jellystream_types as stream; use std::sync::LazyLock; @@ -142,3 +142,5 @@ enums! { CRCAT_PRODUCER = 0x2012 "producer"; CRCAT_ENGINEER = 0x2013 "engineer"; } + +pub struct Identifier(pub TypedTag<&'static str>, pub String); -- cgit v1.3