emf-core-base-rs-ffi 0.1.0

Rust wrapper of the emf-core-base interface
Documentation

Rust bindings to the emf-core-base interface.

This crate provides the function and type definitions of the emf-core-base interface.

Multithreading

Most of the interface is not thread-safe and must be manually synchronised with [sys::api::SysBinding::lock] or [sys::api::SysBinding::try_lock].