sentry_uapi is the user API library that delivers a full access to the Sentry kernel interface. This crate aim to be used by any Outpost-OS Rust application.
-Data types — Sentry_uapi provices a complete set of data types and
values that are required in order to properly exchange informations with the Sentry kernel.
All the data types are stored in the [mod@systypes] public module.
-Sentry syscalls — Syscall are defined in a two layers way. The bare syscalls
are implemented in the [mod@syscall] module, while the upper, easy interface
is out of the scope of this very crate, and written in the shield crate instead.