necromancer_protocol

Crates.ionecromancer_protocol
lib.rsnecromancer_protocol
version0.0.0
created_at2025-09-22 07:58:29.051335+00
updated_at2025-09-22 07:58:29.051335+00
descriptionLow level protocol primitives for Blackmagic ATEM control protocol
homepage
repositoryhttps://github.com/micolous/necromancer
max_upload_size
id1849642
size227,098
micolous (micolous)

documentation

README

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.
Commit count: 19

cargo fmt