simple_crosshair_overlay/lib.rs
1// This file is part of simple-crosshair-overlay and is licenced under the GNU GPL v3.0.
2// See LICENSE file for full text.
3// Copyright © 2023 Michael Ripley
4
5//! This library is used by the simple-crosshair-overlay application and is not intended for public
6//! use. Due to limitations of criterion, I can only benchmark functions in the public library. Due
7//! to limitations of crates.io, all used libraries must be published. The result is I'm forced to
8//! publish my internal API publicly.
9//!
10//! **This library will not be following semantic-versioning** as again, it is not intended to be
11//! public API.
12
13pub mod private;