cog-task 1.2.0

A general-purpose low-latency application to run cognitive tasks
Documentation
// This file is automatically generated by the crate build script.
// DO NOT MODIFY THIS FILE MANUALLY! CHANGES WILL BE REVERTED.

#[cfg(feature = "audio")]
pub mod audio;
pub mod branch;
pub mod clock;
pub mod counter;
pub mod delayed;
pub mod event;
pub mod fixation;
pub mod function;
pub mod horizontal;
pub mod image;
pub mod instruction;
pub mod key_logger;
pub mod logger;
pub mod merge;
pub mod nil;
pub mod par;
pub mod process;
pub mod question;
pub mod reaction;
pub mod repeat;
pub mod seq;
pub mod stack;
#[cfg(feature = "stream")]
pub mod stream;
pub mod switch;
pub mod template;
pub mod timeout;
pub mod timer;
pub mod until;
pub mod vertical;
#[cfg(feature = "stream")]
pub mod video;
pub mod view;
pub mod wait;