From 9276b39bcbed5e368d86da1bf02cba01fc164772 Mon Sep 17 00:00:00 2001 From: Clombrong Date: Fri, 27 Jun 2025 08:31:42 +0200 Subject: feat(flesh): new module Wire --- lib/flesh.ml | 1 + lib/wire.ml | 0 2 files changed, 1 insertion(+) create mode 100644 lib/wire.ml diff --git a/lib/flesh.ml b/lib/flesh.ml index 476d09c..976702e 100644 --- a/lib/flesh.ml +++ b/lib/flesh.ml @@ -1,3 +1,4 @@ module Stream = Stream module Sasl = Sasl +module Wire = Wire module Xml = Xml diff --git a/lib/wire.ml b/lib/wire.ml new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3