You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nobody 654f96527d
what-rust-words: what3words, offline, oxidized, ours
2 years ago
src what-rust-words: what3words, offline, oxidized, ours 2 years ago
.gitignore what-rust-words: what3words, offline, oxidized, ours 2 years ago
Cargo.toml what-rust-words: what3words, offline, oxidized, ours 2 years ago
LICENSE what-rust-words: what3words, offline, oxidized, ours 2 years ago
README.md what-rust-words: what3words, offline, oxidized, ours 2 years ago

README.md

what-rust-words

the what3words algorithm in rust

use what_rust_words::What3Words;

fn main() {
  let w3w = What3Words::default();
  println!("{}.{}.{}", w3w.coord_to_words(37.234332, -115.806657)); // joyful.nail.harmonica
  println!("{}, {}", w3w.words_to_coord(["joyful", "nail", "harmonica"])) // 37.234332, -115.806657
}

what3words the company

what3words push emergency services to use their tech
such societally important technology should belong to the commons

what3words make a simple mathematical transform & table look up an online query
this is a massive waste of energy
please consider alternative tech or an offline implementation such as this


thoughts are free. they should remain free, and be given freely.

this repository exists in many places to ensure integrity of the release
host your own mirrors too