tree: fcde1eeb303abe12d0f57d87e4a32c3ca14900c0
  1. src/
  2. BUILD.gn
  3. OWNERS
  4. README.md
src/lib/zr/README.md

zr (Zircon Rust Core)

This library contains foundational, zero-dependency Rust primitives for the Zircon kernel.

Purpose

The goal of this crate is to provide the most basic abstractions needed by other Rust code in the kernel, without assuming any bindings to C++ kernel types.

Dependencies

This crate must not depend on any other crates in the Zircon kernel tree.