2 releases
0.1.2 | Apr 28, 2021 |
---|---|
0.1.1 |
|
0.1.0 | Apr 28, 2021 |
#1369 in Game dev
Used in emf-core-base-rs
190KB
4K
SLoC
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.