yagbas_asmtypes 0.2.0

The assembly data type for the yagbas compiler.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bimap"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7"

[[package]]
name = "str_id"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da0aa6928b1ce1b035beaf3a07a4653c3c3e6e36e2749470fed005ffac582f30"
dependencies = [
 "bimap",
]

[[package]]
name = "yagbas_asmtypes"
version = "0.2.0"
dependencies = [
 "str_id",
]