gemath 0.1.0

Type-safe game math with type-level units/spaces, typed angles, and explicit fallible ops (plus optional geometry/collision).
Documentation
# Generated by Cargo
/target/

# Build scripts output
**/Cargo.lock

# IDE and editor directories and files
.idea/
.vscode/
*.sw?

# Byebug and Pry history
.byebug_history
.pry_history

# Misc
/dev/
*.log

# OS files
.DS_Store
Thumbs.db

# Coverage directory used by kcov
/coverage/

# Backup files
*~

# Rustup override symlinks
.rustup/

# Node modules (just in case)
node_modules/
npm-debug.log*

# CCache files
.ccache/

# MacOS file
.AppleDouble

# Other Rust tools
/benchmarks/
# End of Selection
```