ocpi-kit 0.2.0

OCPI (Open Charge Point Interface) toolkit for EV roaming: spec-exact typed models for OCPI 2.3.0 / 2.2.1 / 2.1.1, transport envelope, client, server and hub building blocks, and an auditable tariff engine.
Documentation
1
2
3
4
5
6
# The source is written at 110 columns with small constructs kept on one line: an OCPI object is a
# transcription of a property table, and a field per line for three-field structs turns a readable
# table into a scroll. `Max` heuristics let a struct literal, pattern or call stay inline as long
# as it fits.
max_width = 110
use_small_heuristics = "Max"