Expand description
Rust bindings to the Survex img library.
Usage
Information from a Survex .3d file is read into a StationManager
,
which is a container for a list of Stations
and a graph of connections
between those stations.
For more information on usage, refer to the documentation for
read::load_from_path
and Station
.