geohasher 0.1.4

Simple geohash encode/decode functions without any dependencies.
Documentation
1
2
3
4
5
6
pub static BASE32: [char; 32] = [
    '0', '1', '2', '3', '4', '5', '6', '7', 
    '8', '9', 'b', 'c', 'd', 'e', 'f', 'g', 
    'h', 'j', 'k', 'm', 'n', 'p', 'q', 'r', 
    's', 't', 'u', 'v', 'w', 'x', 'y', 'z'
];