rl_ball_sym 2.3.0

Rust implementation of ball path prediction for Rocket League; Inspired by Samuel (Chip) P. Mish's C++ utils called RLUtilities
Documentation
[[bench]]
harness = false
name = "benchmarks"
path = "benches/benchmarks.rs"
[dependencies.byteorder]
version = "1"

[dependencies.glam]
version = "0.21.2"

[dependencies.radsort]
version = "0.1.0"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.4.0"

[dev-dependencies.rand]
version = "0.8"

[features]
fast-math = ["glam/fast-math"]

[package]
authors = ["VirxEC"]
categories = ["science", "simulation", "mathematics"]
description = "Rust implementation of ball path prediction for Rocket League; Inspired by Samuel (Chip) P. Mish's C++ utils called RLUtilities"
edition = "2021"
include = ["src/", "assets/"]
keywords = ["rocket-league", "rlbot", "physics", "simulation"]
license = "GPL-3.0-only"
name = "rl_ball_sym"
readme = "README.md"
repository = "https://github.com/VirxEC/rl_ball_sym"
version = "2.3.0"
[profile.bench]
codegen-units = 1
lto = "fat"

[profile.release]
codegen-units = 1
lto = "fat"
panic = "abort"