brane_plr/
lib.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//  LIB.rs
//    by Lut99
//
//  Created:
//    28 Nov 2022, 16:14:49
//  Last edited:
//    08 Feb 2024, 15:25:06
//  Auto updated?
//    Yes
//
//  Description:
//!   The `brane-plr` service takes an unplanned workflow and turns it
//!   into a planned workflow \*somehow\*
//

// Declare modules
pub mod context;
pub mod planner;