shine-core 2.0.0

Reusable lifecycle runtime and domain core for Shine applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod action;
pub mod env;
pub mod init_template;
pub mod install;
pub mod lifecycle;
pub mod migration;
pub mod permission;
pub mod persist;
pub mod plan;
#[doc(hidden)]
pub mod runtime;
pub mod sentinel;
pub mod trust;