Add unit tests

This commit is contained in:
Andras Schmelczer 2026-02-05 21:19:01 +00:00
parent 55598aaaa0
commit 5fe192d25a
9 changed files with 512 additions and 1037 deletions

View file

@ -4,4 +4,4 @@ mod property;
pub use poi::{POICategoryGroup, POIData};
pub use postcodes::PostcodeData;
pub use property::{compute_feature_stats, precompute_h3, Histogram, PropertyData};
pub use property::{precompute_h3, Histogram, PropertyData};