Skip to main content

Module ffi

Module ffi 

Source
Expand description

FFI types for tipc-std.

Structs§

CString
A type representing an owned, C-compatible, nul-terminated string with no nul bytes in the middle.
FallibleCString
A CString-like type that uses fallible allocation.

Enums§

TryNewError
Error returned when creating a CString fails.