magenta 0.2.0

Rust bindings for the Magenta kernel
Documentation
  • Coverage
  • 63.43%
    85 out of 134 items documented0 out of 37 items with examples
  • Size
  • Source code size: 100.8 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 11.7 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • raphlinus cramertj kulakowski tkilbourn pylaligand qwandor

Rust bindings for Magenta kernel

This repository contains Rust language bindings for Magenta kernel syscalls. The main crate contains type-safe wrappers, while the inner "sys" crate contains the raw types and FFI declarations.

There are two ways to build Rust artifacts targeting Fuchsia; using the Fargo cross compiling tool or including your artifact in the GN build. Of the two, Fargo is likely better for exploration and experimentation.