ordr_core 0.2.0

The core part of `ordr` (which is probably the one you want).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub use serde;
pub use serde_json;

mod base;
pub use base::*;

mod job;
pub use job::*;

mod worker;
pub use worker::*;

mod mermaid;
pub use mermaid::*;