mxf 0.1.2

Library to read/write following SMPTE 377M (MXF) standard.
Documentation
1
2
3
4

pub trait Encoder {
  fn serialise(&self) -> Vec<u8>;
}