walkers_extras 0.48.0

extra functionalities for walkers crate
Documentation
1
2
3
4
5
6
7
8
//! Extra functionalities that can be used with the map.

mod labeled_symbol;
mod places;
pub use labeled_symbol::{
    LabeledSymbol, LabeledSymbolGroup, LabeledSymbolGroupStyle, LabeledSymbolStyle, Symbol,
};
pub use places::{Group, GroupedPlaces, GroupedPlacesTree, Place, Places};