data_model 0.1.0

Defines functions for accessing memory in a defined model of data in memory.
Documentation
[package]
name = "data_model"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
include = ["src/**/*", "Cargo.toml"]
description = "Defines functions for accessing memory in a defined model of data in memory."
documentation = "https://docs.rs/data_model/"
homepage = "https://chromium.googlesource.com/chromiumos/platform/crosvm/"
license = "BSD-3-Clause"

[dependencies]
assertions = { path = "../assertions", version = "0.1" } # provided by ebuild

[workspace]