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
//! Integration test suite for `samp-sdk` — one file per area covered.

mod amx_cell;
mod amx_string;
mod buffer;
#[cfg(not(feature = "samp-only"))]
mod omp_lifecycle;