shssoichiro / ffmpeg-the-third

A fork of the abandoned ffmpeg-next crate which is a fork of the abandoned ffmpeg crate
Do What The F*ck You Want To Public License
59 stars 12 forks source link

Take another look at the `serialize` feature #41

Open FreezyLemon opened 5 months ago

FreezyLemon commented 5 months ago
  1. Does anyone actually use it? If no, can we drop it?
  2. Are there any tests?
  3. Create/expand tests
  4. What are the compatibility guarantees around (de)serialization?

Context is the bitflags crate, which has some serialization changes/breakage between v1 and v2. I guess having no tests is mostly fine if you don't guarantee compatibility between crate versions?