Skip to main content

Crate wesley_core

Crate wesley_core 

Source
Expand description

Wesley Rust Core

Deterministic compiler kernel for GraphQL-to-Wesley IR lowering.

Re-exports§

pub use adapters::apollo::compile_runtime_optic;
pub use adapters::apollo::compile_runtime_optic_registration;
pub use adapters::apollo::diff_schema_sdl;
pub use adapters::apollo::extract_operation_directive_args;
pub use adapters::apollo::list_schema_operations_sdl;
pub use adapters::apollo::lower_schema_sdl;
pub use adapters::apollo::resolve_operation_selections;
pub use adapters::apollo::resolve_operation_selections_with_schema;
pub use adapters::apollo::ApolloLoweringAdapter;
pub use domain::error::*;
pub use domain::ir::*;
pub use domain::operation::*;
pub use domain::optic::*;
pub use domain::schema_delta::*;
pub use ports::lowering::*;

Modules§

adapters
Adapter implementations for various ports.
domain
Domain models and core logic.
ports
Port definitions for the Wesley Cold WARP Runtime.