From f36a6ba454a3296aa20fd5522a46a1abbb541833 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sun, 26 Mar 2023 18:37:22 +0200 Subject: [PATCH] Package (tristanable) - Added an import for `TaggedMessage` from module `tristanable.encoding` --- source/tristanable/package.d | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/tristanable/package.d b/source/tristanable/package.d index 3bcc702..47ee819 100644 --- a/source/tristanable/package.d +++ b/source/tristanable/package.d @@ -24,4 +24,9 @@ public import tristanable.queueitem : QueueItem; /** * Error handling type definitions */ -public import tristanable.exceptions : TristanableException, Error; \ No newline at end of file +public import tristanable.exceptions : TristanableException, Error; + +/** + * Encoding/decoding of the tristanable format + */ +public import tristanable.encoding : TaggedMessage; \ No newline at end of file