Skip to content

Commit

Permalink
No longer include the README in de rustdocs (#34)
Browse files Browse the repository at this point in the history
They serve a different purpose
  • Loading branch information
rudolphfroger authored May 24, 2023
1 parent 09110c4 commit 2b30be7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ocpi-tariffs/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#![deny(missing_docs)]
#![doc = include_str!("../../README.md")]
//! # OCPI Tariffs library
//!
//! Functionality to calculate the (sub)totals of a charge session. Use the
//! [`pricer::Pricer`] to perform the actual calculation.
use std::fmt;

Expand Down

0 comments on commit 2b30be7

Please sign in to comment.