dubins_paths 0.2.2

Rust code for calculating Dubin's Paths
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[package]
authors = ["VirxEC"]
categories = ["science", "simulation", "algorithms"]
description = "Rust code for calculating Dubin's Paths"
edition = "2018"
keywords = ["rocket-league", "rlbot", "physics", "simulation", "dubin"]
license = "GPL-3.0-only"
name = "dubins_paths"
readme = "README.md"
repository = "https://github.com/VirxEC/dubins_paths"
version = "0.2.2"
[profile.release]
codegen-units = 1
lto = "fat"
panic = "abort"