Structs§
- TextId
- Text
Info - Text
Table - Text
Table Snapshot - Snapshot of the calling thread’s
text_table. Cheap to pass between threads —TextInfopayloads areArc-shared.
Functions§
- drop
- export_
tables - get
- get_
current_ text - import_
tables - insert_
with_ id - Inserts a text entry under a caller-provided (reserved) ID without
touching
current_text. Used by fragment restore. - new_
text_ id - peek_
text_ id - Returns the last issued text ID value. Used to delimit per-file ID windows for fragment caching.
- reserve_
text_ ids - Reserves
countconsecutive text IDs and returns the value the counter had before the reservation. The reserved IDs arebase+1..=base+count. - set_
current_ text