Module ffi

Source
Expand description

C foreign function interface (FFI) from cbindgen.

Modules§

clock
enums
logging
timer

Functions§

is_matching_ffi
Match a topic and a string pattern using iterative backtracking algorithm pattern can contains - ‘*’ - match 0 or more characters after this ‘?’ - match any character once ‘a-z’ - match the specific character