rust-ocpp 3.0.4

ocpp 1.6, 2.0.1 and 2.1 libraries
Documentation
//! # Implementation of the OCPP 2.0.1 Specification
//!
//! ## Messages, Datatypes & Enumerations
//!
//! The following modules implements all messages, datatypes and enumerations
//! of the ocpp 2.1 specification
//!

/// datatypes
pub mod datatypes;

/// enumerations
pub mod enumerations;

/// messages
pub mod messages;

/// helper functions
pub mod helpers;