ocpi-kit 0.0.1

OCPI (Open Charge Point Interface) toolkit for EV roaming: typed models, client, server and hub building blocks. Placeholder release, work in progress.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! # ocpi-kit
//!
//! A toolkit for the [OCPI](https://evroaming.org/ocpi/) (Open Charge Point
//! Interface) protocol used for EV roaming between Charge Point Operators,
//! e-Mobility Service Providers and roaming hubs.
//!
//! **This is a placeholder release that reserves the crate name.** It contains
//! no functionality yet. Development happens at
//! <https://github.com/hupe1980/ocpi-kit>.

#![forbid(unsafe_code)]
#![deny(missing_docs)]