gdrust_player_controller/
lib.rs

1/*!
2# Player controller tools
3
4## Features
5
6## Usage
7
8*/
9
10/// Information about this package
11pub mod version {
12    /// Returns the current version of this package
13    pub fn version() -> &'static str {
14        env!("CARGO_PKG_VERSION")
15    }
16}