xlang_struct 0.1.0

ABI Safe structures for representing xlang's intermediate representation
Documentation
[package]
name = "xlang_struct"
version = "0.1.0"
authors = ["Connor Horman <chorman64@gmail.com>"]
edition = "2018"
license = "BSD-2-Clause-Patent"
description = """
ABI Safe structures for representing xlang's intermediate representation
"""

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
xlang_abi = {path="../xlang_abi",version="0.2.0"}
xlang_targets = {path="../xlang_targets",version="0.1.0"}
bitflags = "1.3"
fake-enum = "0.1.4"