necromancer_protocol 0.0.0

Low level protocol primitives for Blackmagic ATEM control protocol
docs.rs failed to build necromancer_protocol-0.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

necromancer_protocol   Latest Version Docs version

necromancer_protocol implements low-level data structures for Blackmagic Design ATEM video switchers' control protocol.

WARNING: This is still a work in progress.

This needs a client implementation on top of this code to manage state, which will be published soon.

Cargo features

  • clap: Adds clap ValueEnum derive macros to some enums.
  • palette: Adds helpers for using palette, enabled by default.
  • serde: Adds Serde serialisation and deserialisation derive macros to some types.