oxmpl 0.3.0

The Open Motion-Planning Library but Oxidised
Documentation
[dependencies.rand]
version = "0.9.1"

[lib]
crate-type = ["lib"]
name = "oxmpl"
path = "src/lib.rs"

[package]
authors = ["Junior Sundar <juniorsundar@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The Open Motion-Planning Library but Oxidised"
edition = "2021"
keywords = ["robotics", "motion-planning"]
license = "BSD-3-Clause"
name = "oxmpl"
readme = "README.md"
repository = "https://github.com/juniorsundar/oxmpl"
version = "0.3.0"

[[test]]
name = "prm_tests"
path = "tests/prm_tests.rs"

[[test]]
name = "rrt_connect_tests"
path = "tests/rrt_connect_tests.rs"

[[test]]
name = "rrt_star_tests"
path = "tests/rrt_star_tests.rs"

[[test]]
name = "rrt_tests"
path = "tests/rrt_tests.rs"