add a few helpers

This commit is contained in:
Tamo
2025-07-15 23:14:48 +02:00
parent 73eb64242d
commit 3dd4f0587d
4 changed files with 13 additions and 2 deletions

View File

@ -11,3 +11,4 @@ const fn parse_u32(s: &str) -> u32 {
pub const RESERVED_VECTORS_FIELD_NAME: &str = "_vectors";
pub const RESERVED_GEO_FIELD_NAME: &str = "_geo";
pub const RESERVED_GEOJSON_FIELD_NAME: &str = "_geojson";