aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/examples.md
diff options
context:
space:
mode:
authorwinter Sparkles2026-04-23 22:30:04 +0100
committerwinter Sparkles2026-04-23 22:30:04 +0100
commit05a9d192ee17c503172e785fd1383a62f2feb20b (patch)
tree5afd3c7ec13fe80a6bc461bef30d0437c7c0fbf9 /docs/examples.md
initial commit
we have a few basic data structures so far! (and a bunch of other non-code stuff like doxygen)
Diffstat (limited to 'docs/examples.md')
-rw-r--r--docs/examples.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/examples.md b/docs/examples.md
new file mode 100644
index 0000000..b517053
--- /dev/null
+++ b/docs/examples.md
@@ -0,0 +1,9 @@
+\page examples Examples of usage
+
+All of these are subject to change, as the API isn't remotely stable yet.
+
+Example of constructing a service and writing it out:
+\include write-service.example.c
+
+Example of reading a service in and printing it for debugging:
+\include read-service.example.c