eldritchwire_macros 0.2.2

A Rust crate for working with the Black Magic Design SDI camera control protocol.
Documentation
[dependencies.proc-macro2]
version = "1.0.95"

[dependencies.quote]
version = "1.0.40"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0.104"

[features]
bounds-checked = []
default = ["bounds-checked"]

[lib]
name = "eldritchwire_macros"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Caleb Ekstrand <ekstrand.caleb@ekshore.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust crate for working with the Black Magic Design SDI camera control protocol."
documentation = "https://docs.rs/eldritchwire"
edition = "2021"
license = "MIT"
name = "eldritchwire_macros"
readme = "README.md"
repository = "https://github.com/ekshore/eldritchwire"
version = "0.2.2"

[package.metadata.release]
pre-release-replacements = []