astrid-sys 0.1.1

Raw FFI bindings (Airlocks) for the Astrid OS Microkernel
Documentation
  • Coverage
  • 100%
    1 out of 1 items documented0 out of 20 items with examples
  • Size
  • Source code size: 14.53 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.85 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 33s Average build duration of successful builds.
  • all releases: 31s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • unicity-astrid/astrid
    3 0 43
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • joshuajbouw

Raw FFI bindings for the Astrid OS System API (The Airlocks).

This crate defines the absolute lowest-level, mathematically pure ABI. Every single parameter and return type across the WASM boundary is represented as raw bytes (Vec<u8>).

This provides true OS-level primitiveness: file paths can contain non-UTF-8 sequences, IPC topics can be binary hashes, and the Kernel never wastes CPU validating string encodings. All ergonomic serialization is handled entirely by the astrid-sdk User-Space layer.