votable 0.7.0

Rust implementation of a VOTable serializer/deserializer with support for format other than XML, such as JSON, TOML or YAML.
Documentation
name: TestWASM

on: [push, workflow_dispatch]

jobs:
  wasmtest:
    name: Test WASM
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Install wasm-pack
      run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh 
    - name: WASM test
      run: |
        echo "no tests so far, but check that it compiles!"
        source $HOME/.cargo/env      
        cd crates/wasm
        wasm-pack test --node