A world map for rustaceans
The Rust Programming Language Forum
A world map for rustaceans
I wanted a small project to build while learning rust. saw the zig community user map,, noticed rust didn't have one,, so i made it. it's a map where u can pin your location. each person is a ferris crab that flips to their github avatar. You add yourself by opening a PR with a small json file (there's a button to pre-fill it for u). how it works under the hood: a small rust CLI validates the json files (checks if name matches file,, coords in bounds) and builds the site data. github ...
0 comments
No comments yet.