yscv-video 0.1.8

Video decoding (H.264, HEVC), MP4 parsing, and camera I/O
Documentation
1
2
3
4
5
6
#![doc = include_str!("../README.md")]
#![deny(unsafe_code)]

mod core;

pub use core::*;