oximedia-clips 0.1.1

Professional clip management and logging system for OxiMedia
Documentation
1
2
3
4
5
6
7
//! Take management for multi-take shots.

pub mod manager;
pub mod selector;

pub use manager::TakeManager;
pub use selector::{Take, TakeId, TakeSelector};