rubo4e 0.10.0

Rust implementation of the BO4E energy-market data standard
Documentation
1
2
3
4
5
6
7
8
9
10
11
// @generated — do not edit by hand.
// This file is maintained by the code generator (`just generate`).

// `key_map` is gated on `json` rather than `versioned`: the JSON key
// transforms need it whenever the `json` entry points are compiled, and
// `json` does not imply `versioned`.
#[cfg(feature = "json")]
pub(crate) mod key_map;

#[cfg(feature = "versioned")]
pub mod v202607;