# Functions

NewAPlanner initializes a new planner.

# Structs

APlanner represent a planner using the A* algorithm.
Item represents an entity in the queue.
Node within a state graph.

# Type aliases

PriorityQueue is a min priority queue.