Registry / networking / ta1394-avc-general

ta1394-avc-general

JSON →
library0.2.0rscratesunverified

A pure-Rust small framework for AV/C protocol and command defined by 1394 Trading Association.

# Cargo.toml [dependencies] ta1394-avc-general = "0.2.0"
INSTALL
IMPORT
SIG · TA1394-AVC-GENERAL
T
ta1394-avc-general
networkingrustv0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AvcCommand
use ta1394_avc_general::AvcCommand;

Create a basic AV/C command for IEEE 1394 devices.

use ta1394_avc_general::AvcCommand; fn main() { let cmd = AvcCommand::new(0x00, 0x00, vec![0xFF]); println!("Command: {:?}", cmd); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
1
Resources
ta1394-avc-general — cargo add ta1394-avc-general · libregistry