energy-api 0.3.0

Rust client and server implementation for German energy market API-Webdienste (MaKo)
Documentation
1
2
3
4
5
6
7
8
9
10
//! EDI-Energy electricity market APIs:
//!
//! - [`control_measures`] — Grid control commands (Steuerungshandlungen) between
//!   NB/LF and MSB, per BNetzA decision BK6-22-128 and `controlMeasuresV1.yaml`.
//! - [`malo_ident`] — MaLo-ID retrieval for the 24h supplier-switch process
//!   (GPKE part 2), per BNetzA decision BK6-22-024 and `maloIdentV1.yaml`.
//!   **Status: types defined; client/server stubs pending.**

pub mod control_measures;
pub mod malo_ident;