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