Hello #rustlang people, I would appreciate a hint if anyone is aware of a non-invasive, privacy respecting geolocation crate? I seem to be picking the wrong terms or it just is an impossible combination in the first place?

My first idea of using https://beacondb.net/ does not seem to pan out.

beaconDB

The actual answer to this is not what you would expect:

- https://crates.io/crates/iana-time-zone
- https://crates.io/crates/isocountry

Those together provide sufficient information, and you can even ask the users permission to do so.

So its more like localization to region estimation.

If you want to use beacon based location, that just doesn't exist in Rust.

Solved. khop khun khrap

crates.io: Rust Package Registry

crates.io serves as a central registry for sharing crates, which are packages or libraries written in Rust that you can use to enhance your projects