Skip to main content

Module amf

Module amf 

Source
Expand description

Stub AMF encoder, compiled when the amd feature is off.

Keeps amf::AmfEncoder a real type so the dispatcher in encode/mod.rs compiles unchanged, but construction always errors — auto-select then skips the AMD tier. Enable --features amd to compile the real hand-rolled AMF FFI encoder (amf.rs).

Structs§

AmfEncoder