psp2-sys 0.1.0

Unsafe Rust FFI bindings to the psp2 headers
docs.rs failed to build psp2-sys-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: psp2-sys-0.2.2

psp2-sys

Unsafe Rust FFI bindings to the psp2 headers.

TravisCI Source Changelog Crate Documentation CargoMake

Usage

This crate will link statically to the needed library stubs, so you'll need the vitasdk set up and the $VITASDK environment variable set.

See the examples to see how to setup a project using the raw bindings, or use the vita crate for a safe API closer to the Rust std library.

The submodules in this crate follow the file hierarchy of the psp2 headers: so the FFI in the psp2_sys::kernel::threadmgr as the ones you would get in C after including psp2/kernel/threadmgr.h.

Credits

Disclaimer

psp2-sys is not affiliated, sponsored, or otherwise endorsed by Sony Interactive Entertainment, LLC. PlayStation and PS Vita are trademarks or registered trademarks of Sony Interactive Entertainment, LLC. This software is provided "as is" without warranty of any kind under the MIT License.