Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Aug 2, 2023
1 parent 0dc936e commit 65e72ba
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Multi languages binding for `cities.json`

**NOTE: It's used for geo related benchmarks, not for production usages.**
> **NOTE**
>
> It's used for geo related benchmarks, not for production usages.
- Go: <https://pkg.go.dev/github.com/ringsaturn/go-cities.json>
- Rust: <https://crates.io/crates/cities-json>
```bash
cargo add cities-json
```
```rust
use cities_json::CITIES;
println!("first {:?}", CITIES.get(0).unwrap().name);
Expand All @@ -26,4 +31,5 @@

This project is open sourced under [The Unlicense](./LICENSE).

Upstream data is under [Creative Commons Attribution 3.0 License](https://github.com/lutangar/cities.json#licence).
Upstream data is under
[Creative Commons Attribution 3.0 License](https://github.com/lutangar/cities.json#licence).

0 comments on commit 65e72ba

Please sign in to comment.