Crate liblrs

Source

Modules§

builder
Tools to make it easier to build an LRS It also avoids the need to manipulate flatbuffer data
curves
This module defines a curve and primitive functions on them Most common manipulations are projecting a point on the curve and otherway round find the coordinates of a point along the curve For now the implementation is based on a LineString, but other implementations could be considered such as splines.
lrm_scale
A LRM (linear reference model) is an abstract representation where the geometry and real distances are not considered.
lrs
A Linear Reference System (Lrs) is the combination of multiple LrmScale and Traversals.
lrs_ext
High level extensions meant for an easy usage Those functions are exposed in wasm-bindings

Macros§

properties
Build a properties map: properties!("source" => "openstreetmap", "licence" => "ODbL").