lenso-app-plan 0.3.1

Immutable application plans for the Lenso vNext runtime.
Documentation
1
2
3
4
5
6
7
8
//! Host-owned Plugin catalog and Plugin Root resolution.

mod change_proposal;
mod configuration;
mod plugin_root;

pub use change_proposal::*;
pub use plugin_root::*;