foundry-rs 0.6.24

Configuration-driven REST backend library for Rust with PostgreSQL — define schemas, tables, and APIs in JSON, get a production-grade REST service.
Documentation
1
2
3
4
5
6
7
//! HTTP middleware for the SDK.

pub mod trace;

pub use trace::{
    current_trace_id, outbound_traceparent, trace_id_layer, TraceId, TRACEPARENT_HEADER,
};