/*!
# Collision tools
Tools for collision detection and physics for Godot and Rust.
## Features
# TODO: Add features
## Usage
# TODO: Add usage examples
*//// Information about this package
pubmodversion{/// Returns the current version of this package
pubfnversion()->&'staticstr{env!("CARGO_PKG_VERSION")}}