cargo_crev/
lib.rs

1// this is a dummy library just to make docs.rs render what I need
2#![allow(clippy::module_name_repetitions)]
3#![allow(clippy::redundant_closure_for_method_calls)]
4#![cfg_attr(
5    feature = "documentation",
6    doc = "See the [user documentation module](./doc/user/index.html) and in particular the [Getting Started Guide](./doc/user/getting_started/index.html)."
7)]
8
9#[cfg(feature = "documentation")]
10/// Documentation
11pub mod doc;