spacegate-config 0.2.0-alpha.4

A library-first, lightweight, high-performance, cloud-native supported API gateway
Documentation
1
2
3
4
5
6
7
8
9
#![warn(clippy::indexing_slicing, clippy::unwrap_used, clippy::dbg_macro, clippy::undocumented_unsafe_blocks)]
//! This crate is aim to manage the configuration of spacegate application with various backends.

/// re-export spacegate_model
pub mod model;
/// Configuration backends and services traits
pub mod service;

pub use model::*;