Skip to main content

Crate sculblog

Crate sculblog 

Source

Modules§

daemon
dtob_ffi
dtob_wire
DTOB wire constants — keep in sync with vendor/dtob/lib/dtob.h and lexer.c. The scanner in serve follows the same rules as lexer_next (blast skip, ctrl layout, custom range).
html
maps
remove
serve
.dif entry scanning — tokenizer must stay aligned with vendor/dtob/src/lexer.c (lexer_next): same ctrl layout, blast skip (DTOB_CODE_BLAST), and one TOK_DATA blob per primitive payload. Chunked reads use NeedMore; the C lexer is not called here.
shared
table
xanadoc

Constants§

SNAPSHOT_INTERVAL

Functions§

decode_dtob_bytes
Decode a full DTOB document from bytes (ffi_decode_dif).