Module ffi

Source
Expand description

C foreign function interface (FFI) from cbindgen.

Modules§

cvec
Utilities for transferring heap-allocated Rust Vec<T> values across an FFI boundary.
datetime
Thin FFI wrappers around the date/time conversion utilities in nautilus-core.
parsing
Helper functions that convert common C types (primarily UTF-8 encoded char * pointers) into the Rust data structures used throughout PoseiTrader.
string
Utilities for safely moving UTF-8 strings across the FFI boundary.
uuid
FFI helpers for the UUID4 wrapper type.