summaryrefslogtreecommitdiff
path: root/src/codec/forst.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/codec/forst.h')
-rw-r--r--src/codec/forst.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/codec/forst.h b/src/codec/forst.h
new file mode 100644
index 0000000..fee5fa6
--- /dev/null
+++ b/src/codec/forst.h
@@ -0,0 +1,13 @@
+#pragma once
+
+#include "data.h"
+
+namespace saw {
+namespace encode {
+struct Forst {};
+}
+
+class data<schema::String, encode::Forst> {
+
+};
+}