ruffle/video/src/lib.rs

11 lines
161 B
Rust

#![deny(clippy::unwrap_used)]
use generational_arena::Index;
pub mod backend;
pub mod error;
pub mod frame;
pub mod null;
pub type VideoStreamHandle = Index;