tld 0.6.0

Top Level domain static hash map for Rust according to list of iana.org
Documentation
1
2
3
4
#!/bin/sh
git add .
message=`curl https://data.iana.org/TLD/tlds-alpha-by-domain.txt | head -n 1`
git commit -m "$message"