rust-samp-sdk 3.0.0

Low-level FFI bindings for the SA-MP AMX virtual machine and open.mp native component ABI. Used internally by `rust-samp`; depend on it directly only if you need raw access without the higher-level macros and lifecycle.
Documentation
1
2
3
4
5
6
7
//! Direct translation of the types and function pointers from the AMX C header.
//!
//! Each item here replicates the ABI of the original Pawn interpreter —
//! changing it has a direct effect on binary compatibility with the SA-MP server.

pub mod functions;
pub mod types;