eldritchwire_macros 0.2.3

A Rust crate for working with the Black Magic Design SDI camera control protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
# eldritchwire_macros

This crate provides procedural macros and supporting code used internally by the main [`eldritchwire`](https://github.com/ekshore/eldritchwire) crate.

It is not intended for direct use; instead, it acts as a dependency to power macro-related features in the main `eldritchwire` library.

For most use cases, you should depend on `eldritchwire` directly.

---
*Repository: [ekshore/eldritchwire](https://github.com/ekshore/eldritchwire)*