tld 2.6.0

Top Level domain static hash map, tld list is obtained from of iana.org
Documentation
1
2
3
4
5
6
7
8
#!/bin/sh

./generate
cargo bump minor

git add .
message=`curl https://data.iana.org/TLD/tlds-alpha-by-domain.txt | head -n 1 | sed 's/# //'`
git commit -m "$message" && git push && cargo publish