sentry-uapi 0.4.0

Sentry kernel user API implementation
Documentation
  • Coverage
  • 63.93%
    179 out of 280 items documented0 out of 108 items with examples
  • Size
  • Source code size: 131.5 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.13 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • r3dlight PThierry

github

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.