libmlv 0.1.0

Read MLV (magic lantern video) files.
Documentation
  • Coverage
  • 0%
    0 out of 116 items documented0 out of 58 items with examples
  • Size
  • Source code size: 57.93 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.22 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 3s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ilia3101/LibMLV-rs
    4 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ilia3101

LibMLV-rs

libMLV in rust

Slightly lost about best way to design the api in a way that isn't 100% dependent on std... really severely overengineered a bunch of stuff ac ouple years ago when I initially wrote this code, now I'm fixing it.

publishing to crates.io (note for myself)

cargo publish --allow-dirty

Use allow dirty to ignore cargo.lock, I do not see a reason to include it yet.