1
2
3
4
5
use geojson::Feature;

pub fn split_feature(_feature: &Feature) -> Option<Feature> {
    unimplemented!()
}