energy-api 0.1.0

Rust client and server implementation for German energy market API-Webdienste (MaKo)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Server (handler trait + axum router) implementations for the electricity APIs.
//!
//! These are the **Netzbetreiber / MSB** side — services that implement the
//! electricity market API endpoints.
//!
//! | Module               | Implements                               |
//! |----------------------|------------------------------------------|
//! | [`control_measures`] | MSB endpoint (konfiguration / initialZustand) + NB/LF endpoint (all responses) |
//! | [`malo_ident`]       | NB endpoint (MaLo-ID request handler)    |

pub mod control_measures;
pub mod malo_ident;