instrs 0.1.0

A derive macro for (de)serializing enums into/from bytecode
Documentation
[package]
name = "instrs"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "A derive macro for (de)serializing enums into/from bytecode"

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

[dependencies]
instrs-core = "0.1.0"
instrs-derive = "0.1.0"