cog-task 1.2.0

A general-purpose low-latency application to run cognitive tasks
Documentation
1
2
3
4
5
use cog_task::launcher::Launcher;

fn main() {
    Launcher::default().run();
}