tree: 3a97f1dbac5cdc00f80f0796e5a38cff33fb5f5e [path history] [tgz]
  1. src/
  2. BUILD.gn
  3. Cargo.toml
  4. README.md
garnet/public/rust/fuchsia-cprng/README.md

Rust bindings for Zircon kernel CPRNG

This repository contains Rust language bindings for Zircon kernel CPRG.

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.