romance-core 0.2.5

Core library for Romance CLI code generation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod admin;
pub mod auth;
pub mod backend;
pub mod context;
pub mod frontend;
pub mod junction;
pub mod migration;
pub mod openapi;
pub mod orchestrator;
pub mod plan;
pub mod types;

pub use orchestrator::check_entity_prerequisites;