tree: 4c67cf8205a8bb5aad676241298287bd2faf705c [path history] [tgz]
  1. src/
  2. Cargo.toml
  3. README.md
src/lib/zircon/rust/fuchsia-cprng/README.md

Rust bindings for Zircon kernel CPRNG

This repository contains Rust language bindings for Zircon kernel CPRG. It is intended to be a minimal dependency for out-of-tree callers. In-tree callers should use fuchsia_zircon instead.

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.