//! # adder-codec-rs
//!
//! A library for transcoding to ADΔER from a variety of video sources, both framed and asynchronous
/// Tools for reconstructing frames from events
/// Tools for transcoding video sources to ADΔER
// Have to enable the 'transcoder' feature. Requires OpenCV to be installed.
/// A module for utilities which may be common between programs
pub extern crate adder_codec_core;
pub extern crate davis_edi_rs;
pub use aedat;