koffi 2.1.0-beta.2 → 2.1.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ChangeLog.md +2 -2
- package/build/qemu/2.1.0-beta.3/koffi_darwin_arm64.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.3/koffi_darwin_x64.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.3/koffi_freebsd_arm64.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.3/koffi_freebsd_ia32.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.3/koffi_freebsd_x64.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.3/koffi_linux_arm32hf.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.3/koffi_linux_arm64.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.3/koffi_linux_ia32.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.3/koffi_linux_riscv64hf64.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.3/koffi_linux_x64.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.3/koffi_openbsd_ia32.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.3/koffi_openbsd_x64.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.3/koffi_win32_arm64.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.3/koffi_win32_ia32.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.3/koffi_win32_x64.tar.gz +0 -0
- package/doc/Makefile +1 -1
- package/doc/conf.py +5 -0
- package/doc/dist/doctrees/changes.doctree +0 -0
- package/doc/dist/doctrees/environment.pickle +0 -0
- package/doc/dist/doctrees/functions.doctree +0 -0
- package/doc/dist/doctrees/index.doctree +0 -0
- package/doc/dist/doctrees/types.doctree +0 -0
- package/doc/dist/html/.buildinfo +4 -0
- package/doc/dist/html/_sources/benchmarks.md.txt +137 -0
- package/doc/dist/html/_sources/changes.md.txt +161 -0
- package/doc/dist/html/_sources/contribute.md.txt +127 -0
- package/doc/dist/html/_sources/functions.md.txt +421 -0
- package/doc/dist/html/_sources/index.rst.txt +39 -0
- package/doc/dist/html/_sources/memory.md.txt +32 -0
- package/doc/dist/html/_sources/platforms.md.txt +31 -0
- package/doc/dist/html/_sources/start.md.txt +100 -0
- package/doc/dist/html/_sources/types.md.txt +541 -0
- package/doc/dist/html/_static/_sphinx_javascript_frameworks_compat.js +134 -0
- package/doc/dist/html/_static/basic.css +932 -0
- package/doc/dist/html/_static/bench_linux.png +0 -0
- package/doc/dist/html/_static/bench_windows.png +0 -0
- package/doc/dist/html/_static/custom.css +22 -0
- package/doc/dist/html/_static/debug.css +69 -0
- package/doc/dist/html/_static/doctools.js +264 -0
- package/doc/dist/html/_static/documentation_options.js +14 -0
- package/doc/dist/html/_static/file.png +0 -0
- package/doc/dist/html/_static/jquery-3.6.0.js +10881 -0
- package/doc/dist/html/_static/jquery.js +2 -0
- package/doc/dist/html/_static/language_data.js +199 -0
- package/doc/dist/html/_static/minus.png +0 -0
- package/doc/dist/html/_static/perf_linux_20220623.png +0 -0
- package/doc/dist/html/_static/perf_linux_20220623_2.png +0 -0
- package/doc/dist/html/_static/perf_windows_20220623.png +0 -0
- package/doc/dist/html/_static/perf_windows_20220623_2.png +0 -0
- package/doc/dist/html/_static/plus.png +0 -0
- package/doc/dist/html/_static/pygments.css +252 -0
- package/doc/dist/html/_static/scripts/furo-extensions.js +0 -0
- package/doc/dist/html/_static/scripts/furo.js +3 -0
- package/doc/dist/html/_static/scripts/furo.js.LICENSE.txt +7 -0
- package/doc/dist/html/_static/scripts/furo.js.map +1 -0
- package/doc/dist/html/_static/searchtools.js +531 -0
- package/doc/dist/html/_static/skeleton.css +296 -0
- package/doc/dist/html/_static/styles/furo-extensions.css +2 -0
- package/doc/dist/html/_static/styles/furo-extensions.css.map +1 -0
- package/doc/dist/html/_static/styles/furo.css +2 -0
- package/doc/dist/html/_static/styles/furo.css.map +1 -0
- package/doc/dist/html/_static/underscore-1.13.1.js +2042 -0
- package/doc/dist/html/_static/underscore.js +6 -0
- package/doc/dist/html/benchmarks.html +571 -0
- package/doc/dist/html/changes.html +686 -0
- package/doc/dist/html/contribute.html +403 -0
- package/doc/dist/html/functions.html +718 -0
- package/doc/dist/html/genindex.html +253 -0
- package/doc/dist/html/index.html +359 -0
- package/doc/dist/html/memory.html +346 -0
- package/doc/dist/html/objects.inv +0 -0
- package/doc/dist/html/platforms.html +371 -0
- package/doc/dist/html/search.html +261 -0
- package/doc/dist/html/searchindex.js +1 -0
- package/doc/dist/html/start.html +384 -0
- package/doc/dist/html/types.html +1061 -0
- package/doc/make.bat +1 -1
- package/doc/templates/badges.html +1 -1
- package/doc/types.md +2 -0
- package/package.json +2 -1
- package/src/abi_arm32.cc +142 -200
- package/src/abi_arm64.cc +113 -122
- package/src/abi_riscv64.cc +76 -92
- package/src/abi_x64_sysv.cc +76 -92
- package/src/abi_x64_win.cc +76 -92
- package/src/abi_x86.cc +128 -164
- package/test/misc.c +43 -0
- package/test/sync.js +81 -0
- package/build/qemu/2.1.0-beta.2/koffi_darwin_arm64.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.2/koffi_darwin_x64.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.2/koffi_freebsd_arm64.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.2/koffi_freebsd_ia32.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.2/koffi_freebsd_x64.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.2/koffi_linux_arm32hf.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.2/koffi_linux_arm64.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.2/koffi_linux_ia32.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.2/koffi_linux_riscv64hf64.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.2/koffi_linux_x64.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.2/koffi_openbsd_ia32.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.2/koffi_openbsd_x64.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.2/koffi_win32_arm64.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.2/koffi_win32_ia32.tar.gz +0 -0
- package/build/qemu/2.1.0-beta.2/koffi_win32_x64.tar.gz +0 -0
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="no-js" lang="en">
|
|
3
|
+
<head><meta charset="utf-8"/>
|
|
4
|
+
<meta name="viewport" content="width=device-width,initial-scale=1"/>
|
|
5
|
+
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="#" /><link rel="search" title="Search" href="search" />
|
|
6
|
+
|
|
7
|
+
<meta name="generator" content="sphinx-5.0.1, furo 2022.06.04.1"/><title>Index - Koffi</title>
|
|
8
|
+
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
|
|
9
|
+
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?digest=40978830699223671f4072448e654b5958f38b89" />
|
|
10
|
+
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?digest=30d1aed668e5c3a91c3e3bf6a60b675221979f0e" />
|
|
11
|
+
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
<style>
|
|
17
|
+
body {
|
|
18
|
+
--color-code-background: #f8f8f8;
|
|
19
|
+
--color-code-foreground: black;
|
|
20
|
+
--color-brand-primary: #FF6600;
|
|
21
|
+
--color-brand-content: #FF6600;
|
|
22
|
+
|
|
23
|
+
}
|
|
24
|
+
@media not print {
|
|
25
|
+
body[data-theme="dark"] {
|
|
26
|
+
--color-code-background: #202020;
|
|
27
|
+
--color-code-foreground: #d0d0d0;
|
|
28
|
+
--color-brand-primary: #FF6600;
|
|
29
|
+
--color-brand-content: #FF6600;
|
|
30
|
+
|
|
31
|
+
}
|
|
32
|
+
@media (prefers-color-scheme: dark) {
|
|
33
|
+
body:not([data-theme="light"]) {
|
|
34
|
+
--color-code-background: #202020;
|
|
35
|
+
--color-code-foreground: #d0d0d0;
|
|
36
|
+
--color-brand-primary: #FF6600;
|
|
37
|
+
--color-brand-content: #FF6600;
|
|
38
|
+
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
</style></head>
|
|
43
|
+
<body>
|
|
44
|
+
|
|
45
|
+
<script>
|
|
46
|
+
document.body.dataset.theme = localStorage.getItem("theme") || "auto";
|
|
47
|
+
</script>
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
|
51
|
+
<symbol id="svg-toc" viewBox="0 0 24 24">
|
|
52
|
+
<title>Contents</title>
|
|
53
|
+
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 1024 1024">
|
|
54
|
+
<path d="M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM115.4 518.9L271.7 642c5.8 4.6 14.4.5 14.4-6.9V388.9c0-7.4-8.5-11.5-14.4-6.9L115.4 505.1a8.74 8.74 0 0 0 0 13.8z"/>
|
|
55
|
+
</svg>
|
|
56
|
+
</symbol>
|
|
57
|
+
<symbol id="svg-menu" viewBox="0 0 24 24">
|
|
58
|
+
<title>Menu</title>
|
|
59
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
60
|
+
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather-menu">
|
|
61
|
+
<line x1="3" y1="12" x2="21" y2="12"></line>
|
|
62
|
+
<line x1="3" y1="6" x2="21" y2="6"></line>
|
|
63
|
+
<line x1="3" y1="18" x2="21" y2="18"></line>
|
|
64
|
+
</svg>
|
|
65
|
+
</symbol>
|
|
66
|
+
<symbol id="svg-arrow-right" viewBox="0 0 24 24">
|
|
67
|
+
<title>Expand</title>
|
|
68
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
69
|
+
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather-chevron-right">
|
|
70
|
+
<polyline points="9 18 15 12 9 6"></polyline>
|
|
71
|
+
</svg>
|
|
72
|
+
</symbol>
|
|
73
|
+
<symbol id="svg-sun" viewBox="0 0 24 24">
|
|
74
|
+
<title>Light mode</title>
|
|
75
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
76
|
+
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="feather-sun">
|
|
77
|
+
<circle cx="12" cy="12" r="5"></circle>
|
|
78
|
+
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
79
|
+
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
80
|
+
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
81
|
+
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
82
|
+
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
83
|
+
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
84
|
+
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
85
|
+
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
86
|
+
</svg>
|
|
87
|
+
</symbol>
|
|
88
|
+
<symbol id="svg-moon" viewBox="0 0 24 24">
|
|
89
|
+
<title>Dark mode</title>
|
|
90
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
91
|
+
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon">
|
|
92
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
93
|
+
<path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" />
|
|
94
|
+
</svg>
|
|
95
|
+
</symbol>
|
|
96
|
+
<symbol id="svg-sun-half" viewBox="0 0 24 24">
|
|
97
|
+
<title>Auto light/dark mode</title>
|
|
98
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
99
|
+
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow">
|
|
100
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
101
|
+
<circle cx="12" cy="12" r="9" />
|
|
102
|
+
<path d="M13 12h5" />
|
|
103
|
+
<path d="M13 15h4" />
|
|
104
|
+
<path d="M13 18h1" />
|
|
105
|
+
<path d="M13 9h4" />
|
|
106
|
+
<path d="M13 6h1" />
|
|
107
|
+
</svg>
|
|
108
|
+
</symbol>
|
|
109
|
+
</svg>
|
|
110
|
+
|
|
111
|
+
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
|
|
112
|
+
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
|
|
113
|
+
<label class="overlay sidebar-overlay" for="__navigation">
|
|
114
|
+
<div class="visually-hidden">Hide navigation sidebar</div>
|
|
115
|
+
</label>
|
|
116
|
+
<label class="overlay toc-overlay" for="__toc">
|
|
117
|
+
<div class="visually-hidden">Hide table of contents sidebar</div>
|
|
118
|
+
</label>
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
<div class="page">
|
|
123
|
+
<header class="mobile-header">
|
|
124
|
+
<div class="header-left">
|
|
125
|
+
<label class="nav-overlay-icon" for="__navigation">
|
|
126
|
+
<div class="visually-hidden">Toggle site navigation sidebar</div>
|
|
127
|
+
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
|
|
128
|
+
</label>
|
|
129
|
+
</div>
|
|
130
|
+
<div class="header-center">
|
|
131
|
+
<a href="index"><div class="brand">Koffi</div></a>
|
|
132
|
+
</div>
|
|
133
|
+
<div class="header-right">
|
|
134
|
+
<div class="theme-toggle-container theme-toggle-header">
|
|
135
|
+
<button class="theme-toggle">
|
|
136
|
+
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
|
|
137
|
+
<svg class="theme-icon-when-auto"><use href="#svg-sun-half"></use></svg>
|
|
138
|
+
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
|
|
139
|
+
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
|
|
140
|
+
</button>
|
|
141
|
+
</div>
|
|
142
|
+
<label class="toc-overlay-icon toc-header-icon no-toc" for="__toc">
|
|
143
|
+
<div class="visually-hidden">Toggle table of contents sidebar</div>
|
|
144
|
+
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
|
|
145
|
+
</label>
|
|
146
|
+
</div>
|
|
147
|
+
</header>
|
|
148
|
+
<aside class="sidebar-drawer">
|
|
149
|
+
<div class="sidebar-container">
|
|
150
|
+
|
|
151
|
+
<div class="sidebar-sticky"><a class="sidebar-brand" href="index">
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
<span class="sidebar-brand-text">Koffi</span>
|
|
155
|
+
|
|
156
|
+
</a><form class="sidebar-search-container" method="get" action="search" role="search">
|
|
157
|
+
<input class="sidebar-search" placeholder=Search name="q" aria-label="Search">
|
|
158
|
+
<input type="hidden" name="check_keywords" value="yes">
|
|
159
|
+
<input type="hidden" name="area" value="default">
|
|
160
|
+
</form>
|
|
161
|
+
<div id="searchbox"></div><div class="sidebar-scroll"><div class="sidebar-tree">
|
|
162
|
+
<ul>
|
|
163
|
+
<li class="toctree-l1"><a class="reference internal" href="platforms">Requirements</a></li>
|
|
164
|
+
<li class="toctree-l1"><a class="reference internal" href="start">Quick start</a></li>
|
|
165
|
+
<li class="toctree-l1"><a class="reference internal" href="types">Data types</a></li>
|
|
166
|
+
<li class="toctree-l1"><a class="reference internal" href="functions">Functions</a></li>
|
|
167
|
+
<li class="toctree-l1"><a class="reference internal" href="memory">Memory usage</a></li>
|
|
168
|
+
<li class="toctree-l1"><a class="reference internal" href="benchmarks">Benchmarks</a></li>
|
|
169
|
+
<li class="toctree-l1"><a class="reference internal" href="contribute">Contributing</a></li>
|
|
170
|
+
<li class="toctree-l1"><a class="reference internal" href="changes">Changelog</a></li>
|
|
171
|
+
</ul>
|
|
172
|
+
|
|
173
|
+
</div>
|
|
174
|
+
<div style="text-align: center; margin-top: 2em;">
|
|
175
|
+
<a href="https://www.npmjs.com/package/koffi"><img src="https://img.shields.io/badge/NPM-2.O.1-brightgreen" alt="NPM"/></a>
|
|
176
|
+
<a href="https://github.com/Koromix/luigi/tree/master/koffi"><img src="https://img.shields.io/badge/GitHub-Koffi-ff6600" alt="GitHub"/></a>
|
|
177
|
+
</div></div>
|
|
178
|
+
|
|
179
|
+
</div>
|
|
180
|
+
|
|
181
|
+
</div>
|
|
182
|
+
</aside>
|
|
183
|
+
<div class="main">
|
|
184
|
+
<div class="content">
|
|
185
|
+
<div class="article-container">
|
|
186
|
+
<a href="#" class="back-to-top muted-link">
|
|
187
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
188
|
+
<path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"></path>
|
|
189
|
+
</svg>
|
|
190
|
+
<span>Back to top</span>
|
|
191
|
+
</a>
|
|
192
|
+
<div class="content-icon-container">
|
|
193
|
+
<div class="theme-toggle-container theme-toggle-content">
|
|
194
|
+
<button class="theme-toggle">
|
|
195
|
+
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
|
|
196
|
+
<svg class="theme-icon-when-auto"><use href="#svg-sun-half"></use></svg>
|
|
197
|
+
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
|
|
198
|
+
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
|
|
199
|
+
</button>
|
|
200
|
+
</div>
|
|
201
|
+
<label class="toc-overlay-icon toc-content-icon no-toc" for="__toc">
|
|
202
|
+
<div class="visually-hidden">Toggle table of contents sidebar</div>
|
|
203
|
+
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
|
|
204
|
+
</label>
|
|
205
|
+
</div>
|
|
206
|
+
<article role="main">
|
|
207
|
+
|
|
208
|
+
<section class="genindex-section">
|
|
209
|
+
<h1 id="index">Index</h1>
|
|
210
|
+
<div class="genindex-jumpbox"></div>
|
|
211
|
+
</section>
|
|
212
|
+
|
|
213
|
+
</article>
|
|
214
|
+
</div>
|
|
215
|
+
<footer>
|
|
216
|
+
|
|
217
|
+
<div class="related-pages">
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
</div>
|
|
221
|
+
<div class="bottom-of-page">
|
|
222
|
+
<div class="left-details">
|
|
223
|
+
<div class="copyright">
|
|
224
|
+
Copyright © 2022, Niels Martignène
|
|
225
|
+
</div>
|
|
226
|
+
Made with <a href="https://www.sphinx-doc.org/">Sphinx</a> and <a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s
|
|
227
|
+
|
|
228
|
+
<a href="https://github.com/pradyunsg/furo">Furo</a>
|
|
229
|
+
|
|
230
|
+
</div>
|
|
231
|
+
<div class="right-details">
|
|
232
|
+
<div class="icons">
|
|
233
|
+
|
|
234
|
+
</div>
|
|
235
|
+
</div>
|
|
236
|
+
</div>
|
|
237
|
+
|
|
238
|
+
</footer>
|
|
239
|
+
</div>
|
|
240
|
+
<aside class="toc-drawer no-toc">
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
</aside>
|
|
245
|
+
</div>
|
|
246
|
+
</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
|
|
247
|
+
<script src="_static/jquery.js"></script>
|
|
248
|
+
<script src="_static/underscore.js"></script>
|
|
249
|
+
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
|
|
250
|
+
<script src="_static/doctools.js"></script>
|
|
251
|
+
<script src="_static/scripts/furo.js"></script>
|
|
252
|
+
</body>
|
|
253
|
+
</html>
|
|
@@ -0,0 +1,359 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="no-js" lang="en">
|
|
3
|
+
<head><meta charset="utf-8"/>
|
|
4
|
+
<meta name="viewport" content="width=device-width,initial-scale=1"/>
|
|
5
|
+
<meta name="color-scheme" content="light dark"><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
|
|
6
|
+
<link rel="index" title="Index" href="genindex" /><link rel="search" title="Search" href="search" /><link rel="next" title="Requirements" href="platforms" />
|
|
7
|
+
|
|
8
|
+
<meta name="generator" content="sphinx-5.0.1, furo 2022.06.04.1"/>
|
|
9
|
+
<title>Koffi</title>
|
|
10
|
+
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
|
|
11
|
+
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?digest=40978830699223671f4072448e654b5958f38b89" />
|
|
12
|
+
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?digest=30d1aed668e5c3a91c3e3bf6a60b675221979f0e" />
|
|
13
|
+
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
<style>
|
|
19
|
+
body {
|
|
20
|
+
--color-code-background: #f8f8f8;
|
|
21
|
+
--color-code-foreground: black;
|
|
22
|
+
--color-brand-primary: #FF6600;
|
|
23
|
+
--color-brand-content: #FF6600;
|
|
24
|
+
|
|
25
|
+
}
|
|
26
|
+
@media not print {
|
|
27
|
+
body[data-theme="dark"] {
|
|
28
|
+
--color-code-background: #202020;
|
|
29
|
+
--color-code-foreground: #d0d0d0;
|
|
30
|
+
--color-brand-primary: #FF6600;
|
|
31
|
+
--color-brand-content: #FF6600;
|
|
32
|
+
|
|
33
|
+
}
|
|
34
|
+
@media (prefers-color-scheme: dark) {
|
|
35
|
+
body:not([data-theme="light"]) {
|
|
36
|
+
--color-code-background: #202020;
|
|
37
|
+
--color-code-foreground: #d0d0d0;
|
|
38
|
+
--color-brand-primary: #FF6600;
|
|
39
|
+
--color-brand-content: #FF6600;
|
|
40
|
+
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
</style></head>
|
|
45
|
+
<body>
|
|
46
|
+
|
|
47
|
+
<script>
|
|
48
|
+
document.body.dataset.theme = localStorage.getItem("theme") || "auto";
|
|
49
|
+
</script>
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
|
53
|
+
<symbol id="svg-toc" viewBox="0 0 24 24">
|
|
54
|
+
<title>Contents</title>
|
|
55
|
+
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 1024 1024">
|
|
56
|
+
<path d="M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM115.4 518.9L271.7 642c5.8 4.6 14.4.5 14.4-6.9V388.9c0-7.4-8.5-11.5-14.4-6.9L115.4 505.1a8.74 8.74 0 0 0 0 13.8z"/>
|
|
57
|
+
</svg>
|
|
58
|
+
</symbol>
|
|
59
|
+
<symbol id="svg-menu" viewBox="0 0 24 24">
|
|
60
|
+
<title>Menu</title>
|
|
61
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
62
|
+
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather-menu">
|
|
63
|
+
<line x1="3" y1="12" x2="21" y2="12"></line>
|
|
64
|
+
<line x1="3" y1="6" x2="21" y2="6"></line>
|
|
65
|
+
<line x1="3" y1="18" x2="21" y2="18"></line>
|
|
66
|
+
</svg>
|
|
67
|
+
</symbol>
|
|
68
|
+
<symbol id="svg-arrow-right" viewBox="0 0 24 24">
|
|
69
|
+
<title>Expand</title>
|
|
70
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
71
|
+
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather-chevron-right">
|
|
72
|
+
<polyline points="9 18 15 12 9 6"></polyline>
|
|
73
|
+
</svg>
|
|
74
|
+
</symbol>
|
|
75
|
+
<symbol id="svg-sun" viewBox="0 0 24 24">
|
|
76
|
+
<title>Light mode</title>
|
|
77
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
78
|
+
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="feather-sun">
|
|
79
|
+
<circle cx="12" cy="12" r="5"></circle>
|
|
80
|
+
<line x1="12" y1="1" x2="12" y2="3"></line>
|
|
81
|
+
<line x1="12" y1="21" x2="12" y2="23"></line>
|
|
82
|
+
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
|
|
83
|
+
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
|
|
84
|
+
<line x1="1" y1="12" x2="3" y2="12"></line>
|
|
85
|
+
<line x1="21" y1="12" x2="23" y2="12"></line>
|
|
86
|
+
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
|
|
87
|
+
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
|
|
88
|
+
</svg>
|
|
89
|
+
</symbol>
|
|
90
|
+
<symbol id="svg-moon" viewBox="0 0 24 24">
|
|
91
|
+
<title>Dark mode</title>
|
|
92
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
93
|
+
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon">
|
|
94
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
|
|
95
|
+
<path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" />
|
|
96
|
+
</svg>
|
|
97
|
+
</symbol>
|
|
98
|
+
<symbol id="svg-sun-half" viewBox="0 0 24 24">
|
|
99
|
+
<title>Auto light/dark mode</title>
|
|
100
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
|
101
|
+
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-shadow">
|
|
102
|
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
|
103
|
+
<circle cx="12" cy="12" r="9" />
|
|
104
|
+
<path d="M13 12h5" />
|
|
105
|
+
<path d="M13 15h4" />
|
|
106
|
+
<path d="M13 18h1" />
|
|
107
|
+
<path d="M13 9h4" />
|
|
108
|
+
<path d="M13 6h1" />
|
|
109
|
+
</svg>
|
|
110
|
+
</symbol>
|
|
111
|
+
</svg>
|
|
112
|
+
|
|
113
|
+
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
|
|
114
|
+
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
|
|
115
|
+
<label class="overlay sidebar-overlay" for="__navigation">
|
|
116
|
+
<div class="visually-hidden">Hide navigation sidebar</div>
|
|
117
|
+
</label>
|
|
118
|
+
<label class="overlay toc-overlay" for="__toc">
|
|
119
|
+
<div class="visually-hidden">Hide table of contents sidebar</div>
|
|
120
|
+
</label>
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
<div class="page">
|
|
125
|
+
<header class="mobile-header">
|
|
126
|
+
<div class="header-left">
|
|
127
|
+
<label class="nav-overlay-icon" for="__navigation">
|
|
128
|
+
<div class="visually-hidden">Toggle site navigation sidebar</div>
|
|
129
|
+
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
|
|
130
|
+
</label>
|
|
131
|
+
</div>
|
|
132
|
+
<div class="header-center">
|
|
133
|
+
<a href="#"><div class="brand">Koffi</div></a>
|
|
134
|
+
</div>
|
|
135
|
+
<div class="header-right">
|
|
136
|
+
<div class="theme-toggle-container theme-toggle-header">
|
|
137
|
+
<button class="theme-toggle">
|
|
138
|
+
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
|
|
139
|
+
<svg class="theme-icon-when-auto"><use href="#svg-sun-half"></use></svg>
|
|
140
|
+
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
|
|
141
|
+
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
|
|
142
|
+
</button>
|
|
143
|
+
</div>
|
|
144
|
+
<label class="toc-overlay-icon toc-header-icon" for="__toc">
|
|
145
|
+
<div class="visually-hidden">Toggle table of contents sidebar</div>
|
|
146
|
+
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
|
|
147
|
+
</label>
|
|
148
|
+
</div>
|
|
149
|
+
</header>
|
|
150
|
+
<aside class="sidebar-drawer">
|
|
151
|
+
<div class="sidebar-container">
|
|
152
|
+
|
|
153
|
+
<div class="sidebar-sticky"><a class="sidebar-brand" href="#">
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
<span class="sidebar-brand-text">Koffi</span>
|
|
157
|
+
|
|
158
|
+
</a><form class="sidebar-search-container" method="get" action="search" role="search">
|
|
159
|
+
<input class="sidebar-search" placeholder=Search name="q" aria-label="Search">
|
|
160
|
+
<input type="hidden" name="check_keywords" value="yes">
|
|
161
|
+
<input type="hidden" name="area" value="default">
|
|
162
|
+
</form>
|
|
163
|
+
<div id="searchbox"></div><div class="sidebar-scroll"><div class="sidebar-tree">
|
|
164
|
+
<ul>
|
|
165
|
+
<li class="toctree-l1"><a class="reference internal" href="platforms">Requirements</a></li>
|
|
166
|
+
<li class="toctree-l1"><a class="reference internal" href="start">Quick start</a></li>
|
|
167
|
+
<li class="toctree-l1"><a class="reference internal" href="types">Data types</a></li>
|
|
168
|
+
<li class="toctree-l1"><a class="reference internal" href="functions">Functions</a></li>
|
|
169
|
+
<li class="toctree-l1"><a class="reference internal" href="memory">Memory usage</a></li>
|
|
170
|
+
<li class="toctree-l1"><a class="reference internal" href="benchmarks">Benchmarks</a></li>
|
|
171
|
+
<li class="toctree-l1"><a class="reference internal" href="contribute">Contributing</a></li>
|
|
172
|
+
<li class="toctree-l1"><a class="reference internal" href="changes">Changelog</a></li>
|
|
173
|
+
</ul>
|
|
174
|
+
|
|
175
|
+
</div>
|
|
176
|
+
<div style="text-align: center; margin-top: 2em;">
|
|
177
|
+
<a href="https://www.npmjs.com/package/koffi"><img src="https://img.shields.io/badge/NPM-2.O.1-brightgreen" alt="NPM"/></a>
|
|
178
|
+
<a href="https://github.com/Koromix/luigi/tree/master/koffi"><img src="https://img.shields.io/badge/GitHub-Koffi-ff6600" alt="GitHub"/></a>
|
|
179
|
+
</div></div>
|
|
180
|
+
|
|
181
|
+
</div>
|
|
182
|
+
|
|
183
|
+
</div>
|
|
184
|
+
</aside>
|
|
185
|
+
<div class="main">
|
|
186
|
+
<div class="content">
|
|
187
|
+
<div class="article-container">
|
|
188
|
+
<a href="#" class="back-to-top muted-link">
|
|
189
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
190
|
+
<path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8v12z"></path>
|
|
191
|
+
</svg>
|
|
192
|
+
<span>Back to top</span>
|
|
193
|
+
</a>
|
|
194
|
+
<div class="content-icon-container">
|
|
195
|
+
<div class="theme-toggle-container theme-toggle-content">
|
|
196
|
+
<button class="theme-toggle">
|
|
197
|
+
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
|
|
198
|
+
<svg class="theme-icon-when-auto"><use href="#svg-sun-half"></use></svg>
|
|
199
|
+
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
|
|
200
|
+
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
|
|
201
|
+
</button>
|
|
202
|
+
</div>
|
|
203
|
+
<label class="toc-overlay-icon toc-content-icon" for="__toc">
|
|
204
|
+
<div class="visually-hidden">Toggle table of contents sidebar</div>
|
|
205
|
+
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
|
|
206
|
+
</label>
|
|
207
|
+
</div>
|
|
208
|
+
<article role="main">
|
|
209
|
+
<section id="koffi-version">
|
|
210
|
+
<h1>Koffi 2.1.0-beta.2<a class="headerlink" href="#koffi-version" title="Permalink to this heading">#</a></h1>
|
|
211
|
+
<section id="overview">
|
|
212
|
+
<h2>Overview<a class="headerlink" href="#overview" title="Permalink to this heading">#</a></h2>
|
|
213
|
+
<p>Koffi is a <strong>fast and easy-to-use C FFI module for Node.js</strong>, featuring:</p>
|
|
214
|
+
<ul class="simple">
|
|
215
|
+
<li><p>Low-overhead and fast performance (see <a class="reference internal" href="benchmarks#benchmarks"><span class="std std-ref">benchmarks</span></a>)</p></li>
|
|
216
|
+
<li><p>Support for primitive and aggregate data types (structs and fixed-size arrays), both by reference (pointer) and by value</p></li>
|
|
217
|
+
<li><p>Javascript functions can be used as C callbacks (since 1.2.0)</p></li>
|
|
218
|
+
<li><p>Well-tested code base for <a class="reference internal" href="platforms#supported-platforms"><span class="std std-ref">popular OS/architecture combinations</span></a></p></li>
|
|
219
|
+
</ul>
|
|
220
|
+
<p>Koffi requires a recent <a class="reference external" href="https://nodejs.org/">Node.js</a> version with N-API version 8 support, see <a class="reference internal" href="platforms#node-js"><span class="std std-ref">this page</span></a> for more information.</p>
|
|
221
|
+
<p>The source code is available here: <a class="reference external" href="https://github.com/Koromix/luigi/">https://github.com/Koromix/luigi/</a> (in the <em>koffi</em> subdirectory).</p>
|
|
222
|
+
</section>
|
|
223
|
+
<section id="table-of-contents">
|
|
224
|
+
<h2>Table of contents<a class="headerlink" href="#table-of-contents" title="Permalink to this heading">#</a></h2>
|
|
225
|
+
<div class="toctree-wrapper compound">
|
|
226
|
+
<ul>
|
|
227
|
+
<li class="toctree-l1"><a class="reference internal" href="platforms">Requirements</a><ul>
|
|
228
|
+
<li class="toctree-l2"><a class="reference internal" href="platforms#node-js">Node.js</a></li>
|
|
229
|
+
<li class="toctree-l2"><a class="reference internal" href="platforms#supported-platforms">Supported platforms</a></li>
|
|
230
|
+
</ul>
|
|
231
|
+
</li>
|
|
232
|
+
<li class="toctree-l1"><a class="reference internal" href="start">Quick start</a><ul>
|
|
233
|
+
<li class="toctree-l2"><a class="reference internal" href="start#install-koffi">Install Koffi</a></li>
|
|
234
|
+
<li class="toctree-l2"><a class="reference internal" href="start#small-linux-example">Small Linux example</a></li>
|
|
235
|
+
<li class="toctree-l2"><a class="reference internal" href="start#small-windows-example">Small Windows example</a></li>
|
|
236
|
+
</ul>
|
|
237
|
+
</li>
|
|
238
|
+
<li class="toctree-l1"><a class="reference internal" href="types">Data types</a><ul>
|
|
239
|
+
<li class="toctree-l2"><a class="reference internal" href="types#primitive-types">Primitive types</a></li>
|
|
240
|
+
<li class="toctree-l2"><a class="reference internal" href="types#struct-types">Struct types</a></li>
|
|
241
|
+
<li class="toctree-l2"><a class="reference internal" href="types#pointer-types">Pointer types</a></li>
|
|
242
|
+
<li class="toctree-l2"><a class="reference internal" href="types#array-types">Array types</a></li>
|
|
243
|
+
<li class="toctree-l2"><a class="reference internal" href="types#disposable-types">Disposable types</a></li>
|
|
244
|
+
<li class="toctree-l2"><a class="reference internal" href="types#utility-functions">Utility functions</a></li>
|
|
245
|
+
</ul>
|
|
246
|
+
</li>
|
|
247
|
+
<li class="toctree-l1"><a class="reference internal" href="functions">Functions</a><ul>
|
|
248
|
+
<li class="toctree-l2"><a class="reference internal" href="functions#function-definitions">Function definitions</a></li>
|
|
249
|
+
<li class="toctree-l2"><a class="reference internal" href="functions#function-calls">Function calls</a></li>
|
|
250
|
+
<li class="toctree-l2"><a class="reference internal" href="functions#special-considerations">Special considerations</a></li>
|
|
251
|
+
<li class="toctree-l2"><a class="reference internal" href="functions#javascript-callbacks">Javascript callbacks</a></li>
|
|
252
|
+
<li class="toctree-l2"><a class="reference internal" href="functions#thread-safety">Thread safety</a></li>
|
|
253
|
+
</ul>
|
|
254
|
+
</li>
|
|
255
|
+
<li class="toctree-l1"><a class="reference internal" href="memory">Memory usage</a><ul>
|
|
256
|
+
<li class="toctree-l2"><a class="reference internal" href="memory#how-it-works">How it works</a></li>
|
|
257
|
+
<li class="toctree-l2"><a class="reference internal" href="memory#default-settings">Default settings</a></li>
|
|
258
|
+
</ul>
|
|
259
|
+
</li>
|
|
260
|
+
<li class="toctree-l1"><a class="reference internal" href="benchmarks">Benchmarks</a><ul>
|
|
261
|
+
<li class="toctree-l2"><a class="reference internal" href="benchmarks#overview">Overview</a></li>
|
|
262
|
+
<li class="toctree-l2"><a class="reference internal" href="benchmarks#linux-x86-64">Linux x86_64</a></li>
|
|
263
|
+
<li class="toctree-l2"><a class="reference internal" href="benchmarks#windows-x86-64">Windows x86_64</a></li>
|
|
264
|
+
<li class="toctree-l2"><a class="reference internal" href="benchmarks#running-benchmarks">Running benchmarks</a></li>
|
|
265
|
+
</ul>
|
|
266
|
+
</li>
|
|
267
|
+
<li class="toctree-l1"><a class="reference internal" href="contribute">Contributing</a><ul>
|
|
268
|
+
<li class="toctree-l2"><a class="reference internal" href="contribute#bugs-and-feature-requests">Bugs and feature requests</a></li>
|
|
269
|
+
<li class="toctree-l2"><a class="reference internal" href="contribute#build-from-source">Build from source</a></li>
|
|
270
|
+
<li class="toctree-l2"><a class="reference internal" href="contribute#running-tests">Running tests</a></li>
|
|
271
|
+
<li class="toctree-l2"><a class="reference internal" href="contribute#todo-list">Todo list</a></li>
|
|
272
|
+
<li class="toctree-l2"><a class="reference internal" href="contribute#code-style">Code style</a></li>
|
|
273
|
+
</ul>
|
|
274
|
+
</li>
|
|
275
|
+
<li class="toctree-l1"><a class="reference internal" href="changes">Changelog</a><ul>
|
|
276
|
+
<li class="toctree-l2"><a class="reference internal" href="changes#history">History</a></li>
|
|
277
|
+
<li class="toctree-l2"><a class="reference internal" href="changes#migration-guide">Migration guide</a></li>
|
|
278
|
+
</ul>
|
|
279
|
+
</li>
|
|
280
|
+
</ul>
|
|
281
|
+
</div>
|
|
282
|
+
</section>
|
|
283
|
+
<section id="license">
|
|
284
|
+
<h2>License<a class="headerlink" href="#license" title="Permalink to this heading">#</a></h2>
|
|
285
|
+
<p>This program is free software: you can redistribute it and/or modify it under the terms of the <strong>GNU Affero General Public License</strong> as published by the Free Software Foundation, either <strong>version 3 of the License</strong>, or (at your option) any later version.</p>
|
|
286
|
+
<p>Find more information here: <a class="reference external" href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a></p>
|
|
287
|
+
</section>
|
|
288
|
+
</section>
|
|
289
|
+
|
|
290
|
+
</article>
|
|
291
|
+
</div>
|
|
292
|
+
<footer>
|
|
293
|
+
|
|
294
|
+
<div class="related-pages">
|
|
295
|
+
<a class="next-page" href="platforms">
|
|
296
|
+
<div class="page-info">
|
|
297
|
+
<div class="context">
|
|
298
|
+
<span>Next</span>
|
|
299
|
+
</div>
|
|
300
|
+
<div class="title">Requirements</div>
|
|
301
|
+
</div>
|
|
302
|
+
<svg><use href="#svg-arrow-right"></use></svg>
|
|
303
|
+
</a>
|
|
304
|
+
|
|
305
|
+
</div>
|
|
306
|
+
<div class="bottom-of-page">
|
|
307
|
+
<div class="left-details">
|
|
308
|
+
<div class="copyright">
|
|
309
|
+
Copyright © 2022, Niels Martignène
|
|
310
|
+
</div>
|
|
311
|
+
Made with <a href="https://www.sphinx-doc.org/">Sphinx</a> and <a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s
|
|
312
|
+
|
|
313
|
+
<a href="https://github.com/pradyunsg/furo">Furo</a>
|
|
314
|
+
|
|
315
|
+
</div>
|
|
316
|
+
<div class="right-details">
|
|
317
|
+
<div class="icons">
|
|
318
|
+
|
|
319
|
+
</div>
|
|
320
|
+
</div>
|
|
321
|
+
</div>
|
|
322
|
+
|
|
323
|
+
</footer>
|
|
324
|
+
</div>
|
|
325
|
+
<aside class="toc-drawer">
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
<div class="toc-sticky toc-scroll">
|
|
329
|
+
<div class="toc-title-container">
|
|
330
|
+
<span class="toc-title">
|
|
331
|
+
Contents
|
|
332
|
+
</span>
|
|
333
|
+
</div>
|
|
334
|
+
<div class="toc-tree-container">
|
|
335
|
+
<div class="toc-tree">
|
|
336
|
+
<ul>
|
|
337
|
+
<li><a class="reference internal" href="#">Koffi 2.1.0-beta.2</a><ul>
|
|
338
|
+
<li><a class="reference internal" href="#overview">Overview</a></li>
|
|
339
|
+
<li><a class="reference internal" href="#table-of-contents">Table of contents</a></li>
|
|
340
|
+
<li><a class="reference internal" href="#license">License</a></li>
|
|
341
|
+
</ul>
|
|
342
|
+
</li>
|
|
343
|
+
</ul>
|
|
344
|
+
|
|
345
|
+
</div>
|
|
346
|
+
</div>
|
|
347
|
+
</div>
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
</aside>
|
|
351
|
+
</div>
|
|
352
|
+
</div><script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
|
|
353
|
+
<script src="_static/jquery.js"></script>
|
|
354
|
+
<script src="_static/underscore.js"></script>
|
|
355
|
+
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
|
|
356
|
+
<script src="_static/doctools.js"></script>
|
|
357
|
+
<script src="_static/scripts/furo.js"></script>
|
|
358
|
+
</body>
|
|
359
|
+
</html>
|