From 05a9d192ee17c503172e785fd1383a62f2feb20b Mon Sep 17 00:00:00 2001 From: winter Sparkles Date: Thu, 23 Apr 2026 22:30:04 +0100 Subject: initial commit we have a few basic data structures so far! (and a bunch of other non-code stuff like doxygen) --- docs/examples.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/examples.md (limited to 'docs/examples.md') 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 -- cgit v1.3