From 9f3606a2c12d7c66e136283ae68855c2f70b2ed1 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Thu, 16 Apr 2026 18:02:39 +1000 Subject: feat(docs): Add mdbook docs --- docs/book/concepts/allocators.html | 256 ++++++++++++++++++++++++++++++++++ docs/book/concepts/context.html | 256 ++++++++++++++++++++++++++++++++++ docs/book/concepts/normalisation.html | 256 ++++++++++++++++++++++++++++++++++ docs/book/concepts/streams.html | 256 ++++++++++++++++++++++++++++++++++ 4 files changed, 1024 insertions(+) create mode 100644 docs/book/concepts/allocators.html create mode 100644 docs/book/concepts/context.html create mode 100644 docs/book/concepts/normalisation.html create mode 100644 docs/book/concepts/streams.html (limited to 'docs/book/concepts') diff --git a/docs/book/concepts/allocators.html b/docs/book/concepts/allocators.html new file mode 100644 index 0000000..febc232 --- /dev/null +++ b/docs/book/concepts/allocators.html @@ -0,0 +1,256 @@ + + + + + + bring your own allocator - tinyff + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Keyboard shortcuts

+
+

Press or to navigate between chapters

+

Press S or / to search in the book

+

Press ? to show this help

+

Press Esc to hide this help

+
+
+
+
+ + + + + + + + + + + + + +
+ +
+
+ + + + + + + +
+
+

bring your own allocator

+ +
+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/book/concepts/context.html b/docs/book/concepts/context.html new file mode 100644 index 0000000..2a0c350 --- /dev/null +++ b/docs/book/concepts/context.html @@ -0,0 +1,256 @@ + + + + + + the context - tinyff + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Keyboard shortcuts

+
+

Press or to navigate between chapters

+

Press S or / to search in the book

+

Press ? to show this help

+

Press Esc to hide this help

+
+
+
+
+ + + + + + + + + + + + + +
+ +
+
+ + + + + + + +
+
+

the context

+ +
+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/book/concepts/normalisation.html b/docs/book/concepts/normalisation.html new file mode 100644 index 0000000..1f7dc5d --- /dev/null +++ b/docs/book/concepts/normalisation.html @@ -0,0 +1,256 @@ + + + + + + normalisation and generics - tinyff + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Keyboard shortcuts

+
+

Press or to navigate between chapters

+

Press S or / to search in the book

+

Press ? to show this help

+

Press Esc to hide this help

+
+
+
+
+ + + + + + + + + + + + + +
+ +
+
+ + + + + + + +
+
+

normalisation — one format to rule them all

+ +
+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/docs/book/concepts/streams.html b/docs/book/concepts/streams.html new file mode 100644 index 0000000..3cb247b --- /dev/null +++ b/docs/book/concepts/streams.html @@ -0,0 +1,256 @@ + + + + + + streaming - tinyff + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+

Keyboard shortcuts

+
+

Press or to navigate between chapters

+

Press S or / to search in the book

+

Press ? to show this help

+

Press Esc to hide this help

+
+
+
+
+ + + + + + + + + + + + + +
+ +
+
+ + + + + + + +
+
+

streams — load from anywhere

+ +
+ + +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + -- cgit v1.2.3