dope 0.10.1

The manifold runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#![warn(unreachable_pub)]

extern crate self as dope;

pub mod hash;
pub mod manifold;
pub mod panic;
pub mod runtime;

pub use dope_core::backend::{Sqe, TimerSpec};
pub use dope_core::driver::completion::Completion;
pub use dope_core::driver::submission::Submission;
pub use dope_core::driver::{DriverContext, DriverRef};
pub use dope_core::io::{Event, EventKind, EventRef};
pub use dope_core::{driver, io};