Skip to main content

ocpi_kit/
lib.rs

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