oximedia-clips 0.1.8

Professional clip management and logging system for OxiMedia
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Clip organization and grouping.

pub mod bin;
pub mod collection;
pub mod folder;
pub mod smart;

pub use self::bin::{Bin, BinId};
pub use collection::{Collection, CollectionId};
pub use folder::{Folder, FolderId};
pub use smart::{SmartCollection, SmartRule};