ocpi-tariffs 0.19.1

OCPI tariff calculations
Documentation
1
2
3
4
5
6
7
8
/// OCPI specific structures for defining charge detail records.
mod cdr;

/// OCPI specific structures for defining tariffs.
mod tariff;

pub use cdr::Cdr;
pub use tariff::Tariff;