[][src]Module libtectonic::dtf::ffi

C FFI structs and functions

Structs

Slice

struct containting a pointer to an array of Update and length of slice

Functions

parse_kaiko_csv_to_dtf

This is for converting kaiko csv data into DTF.

parse_stream

decode a buffer of size len to Slice

read_dtf_to_arr

Convert all the Updates in DTF file to an array returns a Slice

read_dtf_to_arr_with_limit

Convert at most num Updates in DTF file to an array returns a Slice

read_dtf_to_csv

Convert all the Updates in DTF file to CSV returns a C char pointer

read_dtf_to_csv_with_limit

Convert at most num Updates in DTF file to CSV returns a C char pointer

str_free

free a c string