mile39 0.1.0

geospacial indexes
Documentation
1
2
3
4
5
6
7
8
9
10
use serde::{Deserialize, Serialize};

#[derive(Serialize, Deserialize, Clone)]
pub struct Location {
    pub id: String,
    pub date: String,
    pub user_id: String,
    pub lat: f32,
    pub lng: f32,
}