Registry / other / pros-sys

pros-sys

JSON →
library0.8.1rscratesunverified

Low-level FFI bindings for the PROS (Purdue Robotics Operating System) EFI interface.

# Cargo.toml [dependencies] pros-sys = "0.8.1"
INSTALL
IMPORT
SIG · PROS-SYS
P
pros-sys
otherrustv0.8.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pros_sys
use pros_sys::*;

Initializes the PROS system (unsafe).

use pros_sys::*; fn main() { unsafe { pros_sys::pros_initialize(); } }
Debug
Known issues
gotchaUnsafe FFI: all functions are unsafe; misuse can cause undefined behavior.
fix
Use safe wrappers from pros-rs crate if available.
affects: >=0.8.0
Upgrade
Version history
0.8.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
pros-sys — cargo add pros-sys · libregistry