Crate vectune

Source

Re-exports§

pub use crate::traits::PointInterface;
pub use crate::traits::GraphInterface;
pub use crate::builder::*;

Modules§

builder
traits
utils

Functions§

delete
Completely removes the nodes returned by graph.cemetery() from a Graph that implements the GraphInterface trait.
insert
Insert a new node into a Graph that implements the GraphInterface trait.
search
Performs Greedy-Best-First-Search on a Graph that implements the GraphInterface trait.