blob: 55472a0102af64e0dcfc7618f41fbe277562af5a [file] [view]
# 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.