drama 0.1.0

multitenant scheduler for the komora db project
Documentation
1
2
3
4
5
6
7
8
9
mod executor;

pub use executor::Executor;

const CARGO_PKG: &str = concat!(
    std::env!("CARGO_PKG_NAME"),
    ':',
    std::env!("CARGO_PKG_VERSION"),
);