mxruntime-sys 0.1.0

Low-level Rust bindings for Magenta runtime services
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "mxruntime-sys"
version = "0.1.0"
license = "BSD-3-Clause"
authors = ["Raph Levien <raph@google.com>"]
description = "Low-level Rust bindings for Magenta runtime services"
repository = "https://fuchsia.googlesource.com/mxruntime/"

[dependencies]
magenta-sys = { path = "../../magenta-rs/magenta-sys", version = "0.1" }