open-vector-tile 0.1.0

This library reads/writes The Open Vector Tiles 1.0 Specification
Documentation
# TODO

[x] Make sure imports are forced to be ordered by their names
[ ] Improve column storage for faster checks if data exists

[ ] Vector Feature - encode & decode
[ ] Vector Layer - encode & decode
[ ] Vector Tile - encode & decode
[ ] Comments for all code
[ ] Typescript tests > 90%

[ ] Encode first 5 zooms of my s2 tiles (both streets and terrain)
[ ] Port over to s2maps-gpu engine and upload example.

[ ] Write the specification page
[ ] Readme
[ ] NPM package and cargo packages are setup
[ ] Build blog page

[ ] Port to Rust
[ ] Rust tests > 90%
[ ] Rust Documentation complete

[ ] Thoroughly benchmark everything