safa-api 0.2.4

A high-level API over SafaOS's syscalls
docs.rs failed to build safa-api-0.2.4
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: safa-api-0.4.3

safa-api

An API that exposes SafaOS's syscalls, and provides a higher-level interface over some syscalls.

crates.io docs.rs

Usage

if you want to use this crate in your rust project simply run

cargo add safa-api

if you have std then you can also add the feature std

cargo add safa-api --features std

if you want to use it in any other project which is written in a language that has a C FFi (such as C, C++, etc.) compile the library as a static library (TODO: add instructions for how to do this) and then link it to your project