Format and lint

This commit is contained in:
Andras Schmelczer 2026-02-08 12:37:07 +00:00
parent 42ee2d4c51
commit 04a78e7bfe
75 changed files with 1290 additions and 719 deletions

View file

@ -4,11 +4,12 @@ mod features;
mod hexagon_stats;
pub(crate) mod hexagons;
mod me;
mod og_image;
mod pb_proxy;
mod pois;
mod postcode_stats;
mod postcodes;
pub(crate) mod properties;
mod screenshot;
mod tiles;
pub use area_summary::post_area_summary;
@ -17,9 +18,10 @@ pub use features::{build_features_response, get_features, FeatureInfo, FeaturesR
pub use hexagon_stats::get_hexagon_stats;
pub use hexagons::get_hexagons;
pub use me::get_me;
pub use og_image::get_og_image;
pub use pb_proxy::proxy_to_pocketbase;
pub use pois::{get_poi_categories, get_pois};
pub use postcode_stats::get_postcode_stats;
pub use postcodes::{get_postcode_lookup, get_postcodes};
pub use properties::get_hexagon_properties;
pub use screenshot::get_screenshot;
pub use tiles::{get_style, get_tile, init_tile_reader};