diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-27 08:31:42 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-27 09:53:10 +0200 |
commit | 9276b39bcbed5e368d86da1bf02cba01fc164772 (patch) | |
tree | 72a57c798b2ac31d7b2fb2dd7206604f5b15ee47 /lib | |
parent | dc434b813d7f438954f938108bf5edd911173f18 (diff) |
feat(flesh): new module Wire
Diffstat (limited to 'lib')
-rw-r--r-- | lib/flesh.ml | 1 | ||||
-rw-r--r-- | lib/wire.ml | 0 |
2 files changed, 1 insertions, 0 deletions
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 --- /dev/null +++ b/lib/wire.ml |